1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00

Dark Mode: Update swaps link colors (#14033)

This commit is contained in:
David Walsh 2022-03-18 15:07:07 -05:00 committed by GitHub
parent 8df8f81df7
commit 79d00f72e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@
} }
a { a {
color: var(--text-primary-color); color: var(--color-primary-default);
} }
&__status-image { &__status-image {
@ -66,7 +66,7 @@
&__view-on-etherscan, &__view-on-etherscan,
&__support-link { &__support-link {
color: var(--text-primary-color); color: var(--color-primary-default);
margin-top: 24px; margin-top: 24px;
cursor: pointer; cursor: pointer;
} }

View File

@ -67,7 +67,7 @@
&__max-button { &__max-button {
@include H7; @include H7;
color: var(--text-primary-color); color: var(--color-primary-default);
cursor: pointer; cursor: pointer;
} }