mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Dark Mode : AddNetwork (#13999)
This commit is contained in:
parent
f485ab029f
commit
9626793233
@ -1,6 +1,6 @@
|
||||
.add-network {
|
||||
&__header {
|
||||
border-bottom: 1px solid var(--ui-grey);
|
||||
border-bottom: 1px solid var(--color-border-default);
|
||||
|
||||
&__back-icon {
|
||||
margin-left: 24px;
|
||||
@ -17,13 +17,13 @@
|
||||
&__add-icon {
|
||||
height: 16px;
|
||||
width: 12px;
|
||||
color: var(--ui-4);
|
||||
color: var(--color-text-alternative);
|
||||
margin-left: auto;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
&__footer {
|
||||
border-top: 1px solid var(--ui-2);
|
||||
border-top: 1px solid var(--color-border-muted);
|
||||
|
||||
& .btn-link {
|
||||
display: initial;
|
||||
@ -31,12 +31,12 @@
|
||||
}
|
||||
|
||||
&__link {
|
||||
color: var(--primary-1);
|
||||
color: var(--color-primary-default);
|
||||
}
|
||||
|
||||
& .actionable-message--warning .actionable-message__message,
|
||||
.actionable-message--warning .actionable-message__action {
|
||||
color: var(--ui-4);
|
||||
color: var(--color-text-alternative);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user