Merge branch 'themes-accent' into shigusegubu

* themes-accent:
  fix pressed button in top bar
This commit is contained in:
Henry Jameson 2020-02-13 21:56:05 +02:00
commit 0cabfe225b

View file

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