Skip to content

Commit

Permalink
feat(extension): fix darkmode colour
Browse files Browse the repository at this point in the history
  • Loading branch information
tommayeliog committed May 10, 2024
1 parent 7e88172 commit 0f4a8e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}

.disclaimerShort {
color: var(--light-mode-mid-grey, var(--dark-mode-mid-grey, #c0c0c0)) !important;
color: var(--light-mode-mid-grey, var(--dark-mode-light-grey, #c0c0c0)) !important;
}

.disclaimerFullWrapper {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
}

.topupWalletDisclaimerShort {
color: var(--light-mode-mid-grey, var(--dark-mode-mid-grey, #c0c0c0)) !important;
color: var(--light-mode-mid-grey, var(--dark-mode-light-grey, #c0c0c0)) !important;
}

0 comments on commit 0f4a8e2

Please sign in to comment.