mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Dark Mode : Hide token confirm (#14076)
This commit is contained in:
parent
3f761ecd8c
commit
37e49cb2ba
@ -1,7 +1,7 @@
|
||||
.hide-token-confirmation {
|
||||
min-height: 250.72px;
|
||||
border-radius: 4px;
|
||||
background-color: var(--white);
|
||||
background-color: var(--color-background-default);
|
||||
box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.5);
|
||||
|
||||
&__container {
|
||||
@ -18,7 +18,7 @@
|
||||
&__symbol {
|
||||
@include Paragraph;
|
||||
|
||||
color: var(--tundora);
|
||||
color: var(--color-text-alternative);
|
||||
text-align: center;
|
||||
margin-bottom: 7.5px;
|
||||
}
|
||||
@ -28,7 +28,7 @@
|
||||
|
||||
height: 30px;
|
||||
width: 271.28px;
|
||||
color: var(--tundora);
|
||||
color: var(--color-text-alternative);
|
||||
text-align: center;
|
||||
margin-bottom: 10.5px;
|
||||
}
|
||||
@ -38,7 +38,7 @@
|
||||
|
||||
min-height: 41px;
|
||||
width: 318px;
|
||||
color: var(--scorpion);
|
||||
color: var(--color-text-alternative);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user