From a8922451ee87ee809adcf95ecccd5c5e61b5117d Mon Sep 17 00:00:00 2001 From: Ben Dansby Date: Tue, 16 Apr 2019 11:55:59 -0700 Subject: [PATCH] checkbox tweak --- src/Nri/Ui/Checkbox/V5.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Nri/Ui/Checkbox/V5.elm b/src/Nri/Ui/Checkbox/V5.elm index 8a11808b..cd10a828 100644 --- a/src/Nri/Ui/Checkbox/V5.elm +++ b/src/Nri/Ui/Checkbox/V5.elm @@ -281,7 +281,7 @@ textStyle : Style textStyle = batch [ Fonts.baseFont - , fontSize (px 16) + , fontSize (px 15) , fontWeight (int 600) , color Colors.navy ]