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