fix(chat): increase font weight of chat join messages
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.root {
|
||||
padding: 10px 0px;
|
||||
color: var(--theme-color-components-chat-text);
|
||||
font-weight: 300;
|
||||
font-weight: 400;
|
||||
font-size: var(--chat-message-text-size);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user