From 1f228fe6ee401d3ffe7d3bcf9f3b9702cb1d6c8f Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Tue, 18 Aug 2020 09:41:48 +1000 Subject: [PATCH] reduce font size of expire app version alert --- stylesheets/_theme_dark.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/_theme_dark.scss b/stylesheets/_theme_dark.scss index aa1d61477..c8270299d 100644 --- a/stylesheets/_theme_dark.scss +++ b/stylesheets/_theme_dark.scss @@ -302,11 +302,11 @@ body.dark-theme { color: black; /* biggest we can make the font without wrapping the current text at minimum app width */ font-family: $session-font-accent; - font-size: 20px; + font-size: 16px; height: 60px; span { - line-height: 36px; + line-height: 45px; } button {