From 8a8953a7871298f48d073d4982ca02dfe5e4985d Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 27 Aug 2020 19:28:46 -0500 Subject: [PATCH] Chats: decrease font size slightly --- app/styles/chats.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/styles/chats.scss b/app/styles/chats.scss index f12dc6f1e..b4e00acc8 100644 --- a/app/styles/chats.scss +++ b/app/styles/chats.scss @@ -102,7 +102,7 @@ border: 0; border-radius: 6px; color: var(--primary-text-color); - font-size: 16px; + font-size: 15px; } } } @@ -117,6 +117,7 @@ display: flex; &__bubble { + font-size: 15px; padding: 4px 10px; max-width: 70%; border-radius: 10px;