diff --git a/frontend/web/styles/_variables.scss b/frontend/web/styles/_variables.scss index aa17beed42d1..2bde5714f42b 100644 --- a/frontend/web/styles/_variables.scss +++ b/frontend/web/styles/_variables.scss @@ -31,7 +31,7 @@ $body-color: #1a2634; $text-icon-light: #ffffff; $text-icon-grey: #656d7b; $text-icon-light-grey: rgba(157, 164, 174, 1); -$text-muted: $text-icon-grey; +$text-muted: var(--color-text-secondary); // Header $header-color: #1e0d26; // for headers and labels