Skip to content

Commit

Permalink
[ENG-3336] Darken gray notification page helper text for accessibility (
Browse files Browse the repository at this point in the history
#181)

## Purpose
The helper text on the notification page was way too light, so this makes it properly contrasting with the background.

## Summary of Changes/Side Effects
1. Darkened the "To configure other…" text

## Testing Notes
Only accessibility testing needed 

## Ticket

https://openscience.atlassian.net/browse/ENG-3336
  • Loading branch information
brianjgeiger authored Dec 8, 2021
1 parent 03e1c87 commit 6f99703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/notification-list/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

.helper-text {
padding-left: 20px;
color: $color-text-gray-light;
color: $color-text-gray-dark;
}

.notification-menu {
Expand Down

0 comments on commit 6f99703

Please sign in to comment.