Browse Source

reduced font weight of message text

pull/2241/head
t1enne 3 years ago
parent
commit
f6e158ab88
  1. 6
      web/components/chat/ChatUserMessage/ChatUserMessage.module.scss

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

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
$border-style: 3px solid currentColor;
$p-size: 5px;
$p-size: 8px;
.root {
* {
@ -13,13 +13,13 @@ $p-size: 5px; @@ -13,13 +13,13 @@ $p-size: 5px;
display: flex;
align-items: center;
font-family: var(--theme-text-display-font-family);
font-weight: bold;
font-weight: 600;
}
.message {
overflow: hidden;
overflow-wrap: anywhere;
font-weight: 600;
font-weight: 500;
mark {
padding-left: 0.35em;

Loading…
Cancel
Save