From da01ad5caa2a856584a3ee99b2ef85d48f581c04 Mon Sep 17 00:00:00 2001 From: Tessa Kelly Date: Thu, 4 Apr 2019 12:11:34 -0700 Subject: [PATCH] :bowtie: adjust vertical alignment a scootch --- 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 d0ed312d..154b606c 100644 --- a/src/Nri/Ui/Checkbox/V5.elm +++ b/src/Nri/Ui/Checkbox/V5.elm @@ -294,7 +294,7 @@ viewIcon styles (Icon icon) = [ css [ position absolute , left zero - , top (calc (pct 50) minus (px 12)) + , top (calc (pct 50) minus (px 14)) , width (px 24) , height (px 24) , Css.batch styles