From 35859cc397afc35a0b43be10e01bc585580322df Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Tue, 9 Jan 2024 17:24:42 +0100 Subject: [PATCH] Update custom-palette-creator.scss --- lib/core/custom-theme/theme/custom-palette-creator.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/custom-theme/theme/custom-palette-creator.scss b/lib/core/custom-theme/theme/custom-palette-creator.scss index 10d8c8c3d5..54730f2fca 100644 --- a/lib/core/custom-theme/theme/custom-palette-creator.scss +++ b/lib/core/custom-theme/theme/custom-palette-creator.scss @@ -22,7 +22,7 @@ $value: math.div($value, 255); @if ($value < 0.0393) { - $value: $value / 12.92; + $value: math.div($value, 12.92); } @else { $value: math.div($value + 0.055, 1.055); $value: math.pow($value, 2.4);