From 5ac676bd21ac1ea9beecc38d8cf67afa1d7d8927 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Thu, 13 Mar 2025 02:12:30 +0200 Subject: [PATCH] fix disabled buttons --- src/components/button.style.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] } },