Browse Source

fix black-on-black text (#270)

pull/1886/head
Meisam 4 years ago committed by GitHub
parent
commit
b98c8b1876
  1. 2
      web/styles/chat.scss

2
web/styles/chat.scss

@ -38,7 +38,7 @@ @@ -38,7 +38,7 @@
border-radius: 4px;
&.active {
.label {
color: var(--black);
color: var(--black-3);
}
}

Loading…
Cancel
Save