fix pressed button in top bar

This commit is contained in:
Henry Jameson 2020-02-13 21:39:14 +02:00
parent ba3c278002
commit c43325acd7
1 changed files with 4 additions and 0 deletions

View File

@ -470,6 +470,10 @@ export const SLOT_INHERITANCE = {
variant: 'btnPressed',
textColor: true
},
btnPressedTopBar: {
depends: ['btnPressed'],
layer: 'btn'
},
btnPressedTopBarText: {
depends: ['btnTopBarText'],
layer: 'btnTopBar',