Browse Source

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

pull/2993/head
Gabe Kangas 2 years ago
parent
commit
6d55c42282
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 6
      web/components/chat/ChatJoinMessage/ChatJoinMessage.module.scss

6
web/components/chat/ChatJoinMessage/ChatJoinMessage.module.scss

@ -1,10 +1,10 @@ @@ -1,10 +1,10 @@
.root {
padding: 10px 0px;
color: var(--theme-color-components-chat-text);
font-weight: 300;
font-size: var(--chat-message-text-size);
font-weight: 400;
font-size: var(--chat-message-text-size);
}
.icon {
padding: 0 var(--chat-notification-icon-padding) 0 16px;
padding: 0 var(--chat-notification-icon-padding) 0 16px;
}

Loading…
Cancel
Save