diff --git a/components/GridRep/index.scss b/components/GridRep/index.scss index 5615e2a8..02a480b0 100644 --- a/components/GridRep/index.scss +++ b/components/GridRep/index.scss @@ -137,7 +137,7 @@ .Properties { .full_auto { - color: var(--full-auto-text); + color: var(--full-auto-label-text); } } diff --git a/styles/themes.scss b/styles/themes.scss index 12e3a02f..1d5e577e 100644 --- a/styles/themes.scss +++ b/styles/themes.scss @@ -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};