diff --git a/src/styles/variables.scss b/src/styles/variables.scss index 46d7a5a2e..5424219f1 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -21,7 +21,7 @@ $z-index-back-to-top: $z-index-modal + 1; $bg-blur-radius: 4px; $color-white: #fff; -$color-white-rgb: #{red($color-white)}, #{green($color-white)}, #{blue($color-white)}; +$color-white-rgb: 255, 255, 255; $color-black: #000; $color-primary: #1161fe; $color-primary-hover: #0e52d8;