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

revert-cdd4f0ae
Henry Jameson 5 years ago
parent f85a3e3f6d
commit c1f2457112

@ -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
}, },

Loading…
Cancel
Save