revert fgText -> text after some consideration. case was fixed already in other way

This commit is contained in:
Henry Jameson 2020-01-23 22:48:32 +02:00
parent f85a3e3f6d
commit c1f2457112

View file

@ -288,7 +288,7 @@ export const SLOT_INHERITANCE = {
textColor: true textColor: true
}, },
panelFaint: { panelFaint: {
depends: ['text'], depends: ['fgText'],
layer: 'panel', layer: 'panel',
opacity: 'faint', opacity: 'faint',
textColor: true textColor: true
@ -302,7 +302,7 @@ export const SLOT_INHERITANCE = {
// Top bar // Top bar
topBar: '--fg', topBar: '--fg',
topBarText: { topBarText: {
depends: ['text'], depends: ['fgText'],
layer: 'topBar', layer: 'topBar',
textColor: true textColor: true
}, },
@ -333,7 +333,7 @@ export const SLOT_INHERITANCE = {
opacity: 'btn' opacity: 'btn'
}, },
btnText: { btnText: {
depends: ['text'], depends: ['fgText'],
layer: 'btn', layer: 'btn',
textColor: true textColor: true
}, },