Skip to content

Commit

Permalink
Notice: Fix text contrast for dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Feb 18, 2025
1 parent c0f3cd9 commit f97dcd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/notice/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
border-left: 4px solid $components-color-accent;
padding: 8px 12px;
align-items: center;
color: $gray-900;

&.is-dismissible {
position: relative;
Expand Down

0 comments on commit f97dcd3

Please sign in to comment.