forked from AkkomaGang/akkoma-fe
fix pressed button in top bar
This commit is contained in:
parent
ba3c278002
commit
c43325acd7
1 changed files with 4 additions and 0 deletions
|
@ -470,6 +470,10 @@ export const SLOT_INHERITANCE = {
|
||||||
variant: 'btnPressed',
|
variant: 'btnPressed',
|
||||||
textColor: true
|
textColor: true
|
||||||
},
|
},
|
||||||
|
btnPressedTopBar: {
|
||||||
|
depends: ['btnPressed'],
|
||||||
|
layer: 'btn'
|
||||||
|
},
|
||||||
btnPressedTopBarText: {
|
btnPressedTopBarText: {
|
||||||
depends: ['btnTopBarText'],
|
depends: ['btnTopBarText'],
|
||||||
layer: 'btnTopBar',
|
layer: 'btnTopBar',
|
||||||
|
|
Loading…
Reference in a new issue