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; `;