diff --git a/app/javascript/styles/custom.scss b/app/javascript/styles/custom.scss index 56afeb1b7..2e96bd873 100644 --- a/app/javascript/styles/custom.scss +++ b/app/javascript/styles/custom.scss @@ -7,7 +7,7 @@ .text-icon-button { &.active { color: #ffffff; - background-color: #FF5500; + background-color: $ui-highlight-color; border-radius: 4px; } } @@ -15,7 +15,7 @@ .sensitive { &.inverted.active { color: #ffffff; - background-color: #FF5500; + background-color: $ui-highlight-color; border-radius: 4px; } } @@ -23,8 +23,6 @@ .status__collapse-button { &.active { color: #ffffff; - background-color: #FF5500; - border-radius: 4px; } }