From 4be45bec7e4fc0f895907ce09222ae865e01098e Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Fri, 29 May 2020 08:34:19 +0200 Subject: [PATCH] UI: homogenise topic-footer-mobile-dropdown styles (#9919) --- .../mobile/components/topic-footer-mobile-dropdown.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/mobile/components/topic-footer-mobile-dropdown.scss b/app/assets/stylesheets/mobile/components/topic-footer-mobile-dropdown.scss index 5900201eba2..54b2567fcaa 100644 --- a/app/assets/stylesheets/mobile/components/topic-footer-mobile-dropdown.scss +++ b/app/assets/stylesheets/mobile/components/topic-footer-mobile-dropdown.scss @@ -10,11 +10,11 @@ } .d-icon { - color: $primary-high; + color: $primary-medium; } &.is-highlighted { - background: $primary-low; + background: $tertiary-low; .name { color: $primary;