diff --git a/src/styles/variables/colors.scss b/src/styles/variables/colors.scss index 6477f3d6a..6fc1dc218 100644 --- a/src/styles/variables/colors.scss +++ b/src/styles/variables/colors.scss @@ -87,7 +87,7 @@ --grey-100: hsl(var(--grey-100-hsl)); --grey-50: hsl(220.9, 39.3%, 11%); - --white-l: 4% !important; + --white: var(--grey-50); --black-l: 100% !important; --text: var(--grey-800) !important;