Rename variable

This commit is contained in:
Justin Edmund 2023-01-28 20:34:12 -08:00
parent 35a5f92eb2
commit 672a227a08
2 changed files with 3 additions and 3 deletions

View file

@ -137,7 +137,7 @@
.Properties {
.full_auto {
color: var(--full-auto-text);
color: var(--full-auto-label-text);
}
}

View file

@ -9,7 +9,7 @@
--link-text-hover: #{$text--link--hover--light};
--full-auto-text: #{$text--full--auto--light};
--full-auto-label-text: #{$text--full--auto--light};
--separator-bg: #{$separator--bg--light};
@ -141,7 +141,7 @@
--link-text-hover: #{$text--link--hover--dark};
--full-auto-text: #{$text--full--auto--dark};
--full-auto-label-text: #{$text--full--auto--dark};
--separator-bg: #{$separator--bg--dark};