mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
Dark Mode: Onboarding Flow (#14125)
This commit is contained in:
parent
db35f01492
commit
a281db9e60
@ -16,16 +16,16 @@
|
||||
|
||||
.fa-check {
|
||||
margin-inline-end: 12px;
|
||||
color: #1acc56;
|
||||
color: var(--color-success-default);
|
||||
}
|
||||
|
||||
.fa-times {
|
||||
margin-inline-end: 12px;
|
||||
color: #d0021b;
|
||||
color: var(--color-error-default);
|
||||
}
|
||||
|
||||
&__terms a {
|
||||
color: var(--Blue-500);
|
||||
color: var(--color-primary-default);
|
||||
}
|
||||
|
||||
&__buttons {
|
||||
|
Loading…
Reference in New Issue
Block a user