Skip to content

Commit

Permalink
hotfix(languageSwitcher): force white text
Browse files Browse the repository at this point in the history
the css loading order seems to be different between dev and prod, so using !important for now to ensure a consistent result
  • Loading branch information
mathiazom committed Oct 29, 2024
1 parent f3858b6 commit 681fab7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
}

.link {
color: var(--primary-white);
color: var(--primary-white) !important;
}

0 comments on commit 681fab7

Please sign in to comment.