forked from AkkomaGang/akkoma-fe
revert fgText -> text after some consideration. case was fixed already in other way
This commit is contained in:
parent
f85a3e3f6d
commit
c1f2457112
1 changed files with 3 additions and 3 deletions
|
@ -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…
Reference in a new issue