improve default button styles
This commit is contained in:
parent
900eb34186
commit
8a47069cee
@ -79,14 +79,14 @@ export default {
|
|||||||
{
|
{
|
||||||
state: ['toggled'],
|
state: ['toggled'],
|
||||||
directives: {
|
directives: {
|
||||||
background: '--accent,-24.2',
|
background: '--inheritedBackground,-24.2',
|
||||||
shadow: [buttonOuterShadow, ...inputInsetFakeBorders]
|
shadow: [buttonOuterShadow, ...inputInsetFakeBorders]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
state: ['toggled', 'hover'],
|
state: ['toggled', 'hover'],
|
||||||
directives: {
|
directives: {
|
||||||
background: '--accent,-24.2',
|
background: '--inheritedBackground,-24.2',
|
||||||
shadow: [hoverGlow, ...inputInsetFakeBorders]
|
shadow: [hoverGlow, ...inputInsetFakeBorders]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user