commit: 8a47069cee4bb85e7e1dc291e8d2e7aaf6fddf1d
parent 900eb34186d6e80af95ea9120c7452b36b1c0f47
Author: Henry Jameson <me@hjkos.com>
Date: Wed, 21 Feb 2024 12:33:43 +0200
improve default button styles
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/button.style.js b/src/components/button.style.js
@@ -79,14 +79,14 @@ export default {
{
state: ['toggled'],
directives: {
- background: '--accent,-24.2',
+ background: '--inheritedBackground,-24.2',
shadow: [buttonOuterShadow, ...inputInsetFakeBorders]
}
},
{
state: ['toggled', 'hover'],
directives: {
- background: '--accent,-24.2',
+ background: '--inheritedBackground,-24.2',
shadow: [hoverGlow, ...inputInsetFakeBorders]
}
},