0

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
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
{
"extends": "stylelint-config-standard-scss"
"extends": "stylelint-config-standard-scss",
"rules": {
"selector-class-pattern": null
}
}

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);