Skip to content

Commit

Permalink
Fix primary button text color
Browse files Browse the repository at this point in the history
  • Loading branch information
arildm committed Apr 4, 2024
1 parent 777fe8a commit 8c08db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ select {
}
.button-primary {
@apply bg-blue-400 shadow-blue-700 text-white;
@apply dark:bg-sky-600 text-sky-100;
@apply dark:bg-sky-600 dark:text-sky-100;
}
.button-danger {
@apply bg-red-400 shadow-red-700 text-white;
Expand Down

0 comments on commit 8c08db6

Please sign in to comment.