From 3426381764a616d53ba82f89d9b51fcbbc8893bd Mon Sep 17 00:00:00 2001 From: Nikita Date: Wed, 18 Dec 2024 05:09:10 +0400 Subject: [PATCH] style: remove deprecated functions --- src/styles/variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;