fix(chat): update scroll to bottom button text color
This commit is contained in:
parent
c27553f758
commit
7924a561b2
@ -1,3 +1,6 @@
|
||||
{
|
||||
"extends": "stylelint-config-standard-scss"
|
||||
"extends": "stylelint-config-standard-scss",
|
||||
"rules": {
|
||||
"selector-class-pattern": null
|
||||
}
|
||||
}
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user