diff --git a/ui/components/app/modals/hide-token-confirmation-modal/index.scss b/ui/components/app/modals/hide-token-confirmation-modal/index.scss index efcbc4444..90e9dbc32 100644 --- a/ui/components/app/modals/hide-token-confirmation-modal/index.scss +++ b/ui/components/app/modals/hide-token-confirmation-modal/index.scss @@ -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; }