From 0030fdbb751bd82927bbbad399f380b6eedcaeb5 Mon Sep 17 00:00:00 2001 From: Charles de Dreuille Date: Tue, 1 Apr 2025 17:04:46 +0100 Subject: [PATCH] Update TextField.tsx Signed-off-by: Charles de Dreuille --- packages/canon/src/components/TextField/TextField.tsx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/packages/canon/src/components/TextField/TextField.tsx b/packages/canon/src/components/TextField/TextField.tsx index aca4f070d4..48db95c59e 100644 --- a/packages/canon/src/components/TextField/TextField.tsx +++ b/packages/canon/src/components/TextField/TextField.tsx @@ -40,9 +40,7 @@ export const TextField = forwardRef( return ( {label && ( - - {label} - + {label} )} ( {...rest} /> {description && ( - + {description} )} - + ); },