We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe07f1 commit 529e200Copy full SHA for 529e200
src/components/NavbarWallet/navbarWallet.module.scss
@@ -1,9 +1,13 @@
1
:root[data-theme="dark"] {
2
--navbarWallet-color: #fff;
3
+ --tag-bg-color: #213949;
4
+ --tag-border-color: transparent;
5
}
6
7
:root[data-theme="light"] {
8
--navbarWallet-color: #141618;
9
+ --tag-bg-color: #fff;
10
+ --tag-border-color: #43AEFC;
11
12
13
:global([class*="navbarSearchContainer"]) {
@@ -144,7 +148,8 @@
144
148
min-width: 45px;
145
149
padding: 4px 4px 6px 4px;
146
150
margin-left: 10px;
147
- background-color: #213949;
151
+ background-color: var(--tag-bg-color);
152
color: #43AEFC;
153
border-radius: 12px;
154
+ border: 1px solid var(--tag-border-color);
155
0 commit comments