From 26efe4d64b17e8614102d8a59b4188e5bcddc16e Mon Sep 17 00:00:00 2001 From: dshi Date: Sun, 2 Feb 2025 12:11:09 -0500 Subject: [PATCH] Changed the selected dropdown text to be button-secondary - https://app.asana.com/0/1185117109217413/1208918273737816 - Allows the selected item text to be more visible since the background color is light --- assets/css/pa-messages.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/pa-messages.module.scss b/assets/css/pa-messages.module.scss index 93d668e5..09eeaf2b 100644 --- a/assets/css/pa-messages.module.scss +++ b/assets/css/pa-messages.module.scss @@ -206,6 +206,7 @@ --bs-dropdown-link-hover-color: #{$text-primary}; --bs-dropdown-link-hover-bg: #{$cool-gray-20}; --bs-dropdown-link-active-bg: #{$button-primary}; + --bs-dropdown-link-active-color: #{button-secondary}; } }