aboutsummaryrefslogtreecommitdiff
path: root/src/components/button.style.js
diff options
context:
space:
mode:
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]
}
},