From 7ce35a8a087d346f2459cddde68afb90339c54fe Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Wed, 11 Jan 2023 00:51:39 -0800 Subject: [PATCH] Increase user message border width --- web/components/chat/ChatUserMessage/ChatUserMessage.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/chat/ChatUserMessage/ChatUserMessage.module.scss b/web/components/chat/ChatUserMessage/ChatUserMessage.module.scss index 1cd6a6bd2..a6d397990 100644 --- a/web/components/chat/ChatUserMessage/ChatUserMessage.module.scss +++ b/web/components/chat/ChatUserMessage/ChatUserMessage.module.scss @@ -1,4 +1,4 @@ -$border-style: 3px solid currentColor; +$border-style: 4px solid currentColor; $p-size: 8px; .root {