fix(chat): increase font weight of chat join messages

This commit is contained in:
Gabe Kangas
2023-05-06 10:48:54 -07:00
parent 6911708fad
commit 6d55c42282

View File

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