From fdfed1d9aca6f59ea616060a82213bbf96eb0068 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Mon, 13 May 2024 11:20:48 +0300 Subject: [PATCH] Changed focus filled bg of aura --- components/lib/themes/aura/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/themes/aura/index.js b/components/lib/themes/aura/index.js index 1b5300bcf..d545596d4 100644 --- a/components/lib/themes/aura/index.js +++ b/components/lib/themes/aura/index.js @@ -241,7 +241,7 @@ export default { background: '{surface.0}', disabledBackground: '{surface.200}', filledBackground: '{surface.50}', - filledFocusBackground: '{surface.0}', + filledFocusBackground: '{surface.50}', borderColor: '{surface.300}', hoverBorderColor: '{surface.400}', focusBorderColor: '{primary.color}',