improve default button styles

This commit is contained in:
Henry Jameson 2024-02-21 12:33:43 +02:00
parent 900eb34186
commit 8a47069cee

View File

@ -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]
} }
}, },