Dark Mode : Hide token confirm (#14076)

feature/default_network_editable
Guillaume Roux 3 years ago committed by GitHub
parent 3f761ecd8c
commit 37e49cb2ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      ui/components/app/modals/hide-token-confirmation-modal/index.scss

@ -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;
} }

Loading…
Cancel
Save