diff --git a/src/components/button.style.js b/src/components/button.style.js index 410d2f7e0..fb5d30b64 100644 --- a/src/components/button.style.js +++ b/src/components/button.style.js @@ -99,7 +99,7 @@ export default { { state: ['disabled'], directives: { - background: '$blend(--accent 0.25 --parent)', + background: '$blend(--inheritedBackground 0.25 --parent)', shadow: ['--buttonDefaultBevel'] } },