From a51442921ae6af55e63af0a8702073a664d7482c Mon Sep 17 00:00:00 2001 From: orangemug Date: Sun, 27 Oct 2019 17:19:03 +0000 Subject: [PATCH] Fix font-size inline with the rest of the UI. --- src/components/util/SmallError.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/util/SmallError.scss b/src/components/util/SmallError.scss index 54330919..1111282d 100644 --- a/src/components/util/SmallError.scss +++ b/src/components/util/SmallError.scss @@ -2,6 +2,6 @@ .SmallError { color: #E57373; - font-size: $font-size-5; + font-size: $font-size-6; margin-top: $margin-2 }