Use "light" instead of @else

This commit is contained in:
daudix
2024-09-02 02:15:45 +03:00
parent ee33a73d22
commit 1b0bcfba93
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
}
@include theme-variables using ($theme) {
@if $theme =="dark" {
@if $theme == "dark" {
// COLORS
--bg-color: color-mix(in srgb, var(--primary-color) 10%, black);
--fg-color: rgb(255 255 255);