diff --git a/stylesheets/_global.scss b/stylesheets/_global.scss index 97b342579169..f42bde551949 100644 --- a/stylesheets/_global.scss +++ b/stylesheets/_global.scss @@ -208,6 +208,7 @@ $avatar-size: 44px; overflow-x: hidden; text-overflow: ellipsis; color: white; + font-size: 18px; } .group-info-input { diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index e561a870355f..1ffd30002349 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -174,7 +174,8 @@ img.emoji { line-height: 44px; overflow-x: hidden; text-overflow: ellipsis; - color: white; } + color: white; + font-size: 18px; } .group-info-input { background: white; }