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} )} - + ); },