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

Ensure proper color for swaps edit link (#14273)

This commit is contained in:
David Walsh 2022-03-30 16:54:25 -05:00 committed by GitHub
parent 8c7b643eac
commit 9d7f4d2005
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -152,7 +152,7 @@
}
&__edit-link {
ccolor: var(--color-primary-default);
color: var(--color-primary-default);
cursor: pointer;
padding-left: 6px;
}