1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 12:29:06 +01:00

Fix color in v2 gas fee modal (#14224)

This commit is contained in:
Dan J Miller 2022-03-28 12:32:53 -02:30 committed by GitHub
parent 067fd78ea6
commit 74ef9edd54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,6 +83,6 @@
&__time-estimate-medium,
&__time-estimate-high {
color: var(--color-success-muted);
color: var(--color-success-default);
}
}