1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Dark Mode: Substitute primary color usage (#14094)

This commit is contained in:
David Walsh 2022-03-22 13:28:23 -05:00 committed by GitHub
parent 063b9e3b25
commit 4c5e48c49a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@
border: none; border: none;
padding: 0; padding: 0;
margin-inline-end: 4px; margin-inline-end: 4px;
color: var(--primary-1); color: var(--color-primary-default);
} }
} }

View File

@ -8,7 +8,7 @@
button { button {
@include H7; @include H7;
color: var(--primary-1); color: var(--color-primary-default);
background: transparent; background: transparent;
border: 0; border: 0;
padding-inline-end: 0; padding-inline-end: 0;

View File

@ -15,7 +15,7 @@
&__pending-transactions { &__pending-transactions {
& a { & a {
color: var(--primary-1); color: var(--color-primary-default);
} }
} }