From 23385d0fbf75c99ff7cfb4e4a43cafd0e48b8961 Mon Sep 17 00:00:00 2001 From: Michael Hadley Date: Thu, 17 Jan 2019 17:35:47 -0800 Subject: [PATCH] Update text area font styles --- src/Nri/Ui/InputStyles/V2.elm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Nri/Ui/InputStyles/V2.elm b/src/Nri/Ui/InputStyles/V2.elm index e2ccb117..f59a0913 100644 --- a/src/Nri/Ui/InputStyles/V2.elm +++ b/src/Nri/Ui/InputStyles/V2.elm @@ -146,7 +146,7 @@ input theme isInError = batch [ sharedStyles , Nri.Ui.Fonts.V1.quizFont - , fontSize (px 20) + , fontSize (px 18) , lineHeight writingLineHeight , padding writingPadding , paddingTop writingPaddingTop @@ -202,7 +202,7 @@ textAreaHeight = {-| -} writingLineHeight : Px writingLineHeight = - px 25 + px 30 {-| -}