Skip to content

Commit

Permalink
Fix invisible sign up button in light pages
Browse files Browse the repository at this point in the history
  • Loading branch information
rafeerahman committed Jun 13, 2024
1 parent e2544bb commit 5e60d8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import "../../../styles/tokens.scss";

.sign-up-button {
color: $color-white;
color: currentColor;

&.mobile-btn {
display: block;
Expand Down

0 comments on commit 5e60d8a

Please sign in to comment.