diff --git a/web/components/chat/ChatUserMessage/ChatUserMessage.module.scss b/web/components/chat/ChatUserMessage/ChatUserMessage.module.scss index d7d139c75e..7aca8c1952 100644 --- a/web/components/chat/ChatUserMessage/ChatUserMessage.module.scss +++ b/web/components/chat/ChatUserMessage/ChatUserMessage.module.scss @@ -1,5 +1,5 @@ $border-style: 3px solid currentColor; -$p-size: 5px; +$p-size: 8px; .root { * { @@ -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;