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}',