Skip to content

Commit

Permalink
fix(loading): use text color for fetching msg text (#1750)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flemmli97 authored Jan 23, 2024
1 parent c521da4 commit 4d9702b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/src/layouts/chats/presentation/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
}
}

.fetching {
color: var(--text-color);
}

.quick-profile-context {
z-index: 1005;
width: 0;
Expand Down

0 comments on commit 4d9702b

Please sign in to comment.