fix(chat): update scroll to bottom button text color

This commit is contained in:
Gabe Kangas
2023-06-21 14:26:57 -07:00
parent c27553f758
commit 7924a561b2
2 changed files with 5 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
justify-content: center;
position: absolute;
bottom: 75px;
color: var(--theme-color-components-text-on-light);
color: var(--theme-color-components-chat-background);
button {
background-color: var(--theme-color-background-light);