From d6235453c9b5f297b95edd58864fe26268239318 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 9 Feb 2024 11:52:32 -0600 Subject: Design system tweaks (#2822) * Tweak palette, theme naming, update usages * Update Typography, replace the few usages --- src/components/forms/TextField.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/components/forms/TextField.tsx') diff --git a/src/components/forms/TextField.tsx b/src/components/forms/TextField.tsx index 67515049c..70f900bb9 100644 --- a/src/components/forms/TextField.tsx +++ b/src/components/forms/TextField.tsx @@ -241,7 +241,8 @@ export const Input = createInput(TextInput) export function Label({children}: React.PropsWithChildren<{}>) { const t = useTheme() return ( - + {children} ) @@ -315,7 +316,7 @@ export function Suffix({ a.z_20, a.pr_sm, a.text_md, - t.atoms.text_contrast_400, + t.atoms.text_contrast_medium, { pointerEvents: 'none', }, -- cgit 1.4.1