Rename variable
This commit is contained in:
parent
35a5f92eb2
commit
672a227a08
2 changed files with 3 additions and 3 deletions
|
|
@ -137,7 +137,7 @@
|
||||||
|
|
||||||
.Properties {
|
.Properties {
|
||||||
.full_auto {
|
.full_auto {
|
||||||
color: var(--full-auto-text);
|
color: var(--full-auto-label-text);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
--link-text-hover: #{$text--link--hover--light};
|
--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};
|
--separator-bg: #{$separator--bg--light};
|
||||||
|
|
||||||
|
|
@ -141,7 +141,7 @@
|
||||||
|
|
||||||
--link-text-hover: #{$text--link--hover--dark};
|
--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};
|
--separator-bg: #{$separator--bg--dark};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue