Skip to content

Commit

Permalink
Changed the selected dropdown text to be button-secondary (#601)
Browse files Browse the repository at this point in the history
- https://app.asana.com/0/1185117109217413/1208918273737816
- Allows the selected item text to be more visible since the background color is light

Co-authored-by: dshi <[email protected]>
  • Loading branch information
deanshi and dshi authored Feb 4, 2025
1 parent fd8fdd5 commit 9b6da6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/css/pa-messages.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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};
}
}

Expand Down

0 comments on commit 9b6da6d

Please sign in to comment.