Skip to content

Commit

Permalink
fix: improve auth modal backdrop color
Browse files Browse the repository at this point in the history
  • Loading branch information
CaliCastle committed Jul 21, 2023
1 parent 0d27b98 commit a37e35a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/clerk.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@

.cl-modalBackdrop {
@apply backdrop-blur-sm backdrop-saturate-150;
@apply bg-zinc-100/40;
}

.dark .cl-modalBackdrop {
@apply bg-zinc-900/40;
}

.cl-userButtonPopoverCard {
Expand Down

0 comments on commit a37e35a

Please sign in to comment.