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