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

Dark Mode : Advanced gas fee (#14073)

This commit is contained in:
Guillaume Roux 2022-03-22 18:04:12 +01:00 committed by GitHub
parent 614457d9b6
commit f0c1fd5387
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 8 deletions

View File

@ -8,10 +8,10 @@
}
.form-field__row--error .form-field__heading-title h6 {
color: var(--error-1);
color: var(--color-error-default);
& path {
fill: var(--error-1);
fill: var(--color-error-default);
}
}
@ -21,6 +21,6 @@
}
path {
fill: var(--ui-3);
fill: var(--color-icon-muted);
}
}

View File

@ -1,5 +1,5 @@
.advanced-gas-fee-defaults {
border-top: 1px solid var(--ui-grey);
border-top: 1px solid var(--color-border-muted);
padding-top: 16px;
& &__checkbox {

View File

@ -2,7 +2,7 @@
display: flex;
align-items: center;
white-space: nowrap;
border-top: 1px solid var(--ui-grey);
border-top: 1px solid var(--color-border-muted);
padding-top: 16px;
> * {

View File

@ -1,6 +1,6 @@
.advanced-gas-fee-input-subtext {
margin-top: 2px;
color: var(--ui-4);
color: var(--color-text-alternative);
font-size: $font-size-h8;
&__label {

View File

@ -1,4 +1,4 @@
.priority-fee-input {
border-top: 1px solid var(--ui-grey);
border-top: 1px solid var(--color-border-default);
padding-top: 16px;
}

View File

@ -7,7 +7,7 @@
border-radius: 0;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom: 1px solid var(--ui-grey);
border-bottom: 1px solid var(--color-border-muted);
}
.popover-footer {