fix(chat): update scroll to bottom button text color
This commit is contained in:
@@ -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;
|
justify-content: center;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 75px;
|
bottom: 75px;
|
||||||
color: var(--theme-color-components-text-on-light);
|
color: var(--theme-color-components-chat-background);
|
||||||
|
|
||||||
button {
|
button {
|
||||||
background-color: var(--theme-color-background-light);
|
background-color: var(--theme-color-background-light);
|
||||||
|
|||||||
Reference in New Issue
Block a user