diff options
| -rw-r--r-- | src/components/button.style.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/button.style.js b/src/components/button.style.js index 3c090584..1404061c 100644 --- 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] } }, |
