Skip to content

Commit

Permalink
fix: resolved dark theme issue on flase message
Browse files Browse the repository at this point in the history
  • Loading branch information
eniolam1000752 committed Oct 12, 2023
1 parent c36ec9a commit 83fbe3e
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
font-size: 18px;

&:global(.dark) {
color: var(--color-zodiac-blue);
color: var(--color-constant-zodiac-blue);
}
}

Expand All @@ -27,14 +27,10 @@
margin-left: 12px;
border-radius: 5px;
border-color: var(--color-zodiac-blue);
color: var(--color-zodiac-blue);
color: var(--color-constant-zodiac-blue);

&.primary {
background-color: var(--color-ink-blue);

&:global(.dark) {
color: var(--color-zodiac-blue);
}
}
}

Expand Down

0 comments on commit 83fbe3e

Please sign in to comment.