From f346215be1105cead79805c30d2a550145d424cf Mon Sep 17 00:00:00 2001 From: viv <60010897+vivchong@users.noreply.github.com> Date: Fri, 25 Aug 2023 15:08:17 +0800 Subject: [PATCH] Removed style interface 2 In previous commit, the line wasn't deleted, not sure why --- src/form/form-label.style.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/form/form-label.style.tsx b/src/form/form-label.style.tsx index e2b6e9f45..1acab44a3 100644 --- a/src/form/form-label.style.tsx +++ b/src/form/form-label.style.tsx @@ -5,7 +5,6 @@ import { Text, TextStyleHelper } from "../text"; // ============================================================================= // STYLING // ============================================================================= -export const Label = styled.label` export const Label = styled.label` ${TextStyleHelper.getTextStyle("H5", "semibold")} color: ${Color.Neutral[3]};