Chats: decrease font size slightly

This commit is contained in:
Alex Gleason 2020-08-27 19:28:46 -05:00
parent e682c3db28
commit 8a8953a787
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 2 additions and 1 deletions

View File

@ -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;