diff --git a/src/global_styling/reset/global_reset.tsx b/src/global_styling/reset/global_reset.tsx index 18dcc3ef498..13f31718c02 100644 --- a/src/global_styling/reset/global_reset.tsx +++ b/src/global_styling/reset/global_reset.tsx @@ -250,7 +250,7 @@ export const EuiGlobalReset = () => { // background: $euiFocusBackgroundColor; background: ${transparentize( colors.primary, - colorMode === 'LIGHT' ? 0.9 : 0.8 + colorMode === 'LIGHT' ? 0.1 : 0.2 )} } `}