From 6a27286407de700617b4d1b52b6def791316444a Mon Sep 17 00:00:00 2001 From: Cassey Lottman <> Date: Wed, 30 Oct 2019 16:59:50 -0500 Subject: [PATCH] add semicolon to fix font size --- lib/text-input.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/text-input.js b/lib/text-input.js index fc0649c..81316d8 100644 --- a/lib/text-input.js +++ b/lib/text-input.js @@ -28,7 +28,7 @@ const InputErrorMessage = styled.span` background-color: var(--colors-error-background); border-radius: 0 0 var(--rounded) var(--rounded); display: block; - font-weight: 600 + font-weight: 600; font-size: var(--fontSizes-small); padding: 0.25em 0.5em; `;