1
0
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:
Guillaume Roux 2022-03-21 22:37:15 +01:00 committed by GitHub
parent 3f761ecd8c
commit 37e49cb2ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
.hide-token-confirmation { .hide-token-confirmation {
min-height: 250.72px; min-height: 250.72px;
border-radius: 4px; 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); box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.5);
&__container { &__container {
@ -18,7 +18,7 @@
&__symbol { &__symbol {
@include Paragraph; @include Paragraph;
color: var(--tundora); color: var(--color-text-alternative);
text-align: center; text-align: center;
margin-bottom: 7.5px; margin-bottom: 7.5px;
} }
@ -28,7 +28,7 @@
height: 30px; height: 30px;
width: 271.28px; width: 271.28px;
color: var(--tundora); color: var(--color-text-alternative);
text-align: center; text-align: center;
margin-bottom: 10.5px; margin-bottom: 10.5px;
} }
@ -38,7 +38,7 @@
min-height: 41px; min-height: 41px;
width: 318px; width: 318px;
color: var(--scorpion); color: var(--color-text-alternative);
text-align: center; text-align: center;
} }