aboutsummaryrefslogtreecommitdiff
path: root/src/components/button.style.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-02-18 20:11:06 +0200
committerHenry Jameson <me@hjkos.com>2024-02-18 20:11:06 +0200
commit13a289ac74206ada74c329b721584b810ef1b9ef (patch)
treef0f13094d56db127161d932958bfad9a8e6f6181 /src/components/button.style.js
parent3e198526e66b88301882b14240f0d50b8819b520 (diff)
fixed oot selectors not working, added support for (webkit) scrollbars
Diffstat (limited to 'src/components/button.style.js')
-rw-r--r--src/components/button.style.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/button.style.js b/src/components/button.style.js
index 6560c8fb..f12623f9 100644
--- a/src/components/button.style.js
+++ b/src/components/button.style.js
@@ -103,7 +103,7 @@ export default {
{
state: ['disabled'],
directives: {
- background: '$blend(--background, 0.25, --parent)',
+ background: '$blend(--inheritedBackground, 0.25, --parent)',
shadow: [...buttonInsetFakeBorders]
}
},