Dark Mode: Update colors in contact list (#14089)

feature/default_network_editable
David Walsh 3 years ago committed by GitHub
parent cc90cdc99b
commit aaf2bdb7fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 23
      ui/pages/settings/contact-list-tab/index.scss

@ -16,23 +16,6 @@
}
}
&__entry {
display: flex;
flex-flow: row nowrap;
padding: 16px 14px;
flex: 0 0 auto;
border-bottom: 1px solid #dedede;
&:hover {
border: 1px solid var(--primary-blue);
cursor: pointer;
}
}
&__name {
padding: 3px;
}
&__header,
&__header--edit {
&__name {
@ -54,7 +37,7 @@
@include H6;
justify-content: flex-end;
color: var(--accent-red);
color: var(--color-error-default);
}
}
@ -173,7 +156,7 @@
cursor: pointer;
&:hover {
color: black;
color: var(--color-text-default);
}
}
}
@ -219,7 +202,7 @@
@include H7;
left: 8px;
color: var(--red);
color: var(--color-error-default);
}
}
}

Loading…
Cancel
Save