Skip to content

Commit

Permalink
DDW-645 - Implement search style variables - prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DeeJayElly committed Apr 16, 2021
1 parent 233231b commit cc34066
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -89,7 +89,9 @@
:global {
.WalletSettings_component {
.SimpleOptions_option em {
background-color: var(--rp-option-search-highlight-background-color) !important;
background-color: var(
--rp-option-search-highlight-background-color
) !important;
}
}
}

0 comments on commit cc34066

Please sign in to comment.