Browse Source

fix(issue: #2772) change text color white to black (#2796)

pull/2815/head
Gabriel 2 years ago committed by GitHub
parent
commit
0cf7b504ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      web/public/styles/admin/chat.css

2
web/public/styles/admin/chat.css

@ -87,7 +87,7 @@ @@ -87,7 +87,7 @@
border-color: var(--theme-color-palette-4);
}
.user-details h5 {
color: var(--theme-color-palette-4);
color: var(--theme-color-palette-0);
}
.user-details .created-at {
font-size: 0.75em;

Loading…
Cancel
Save