diff --git a/packages/canon/src/components/TextField/TextField.tsx b/packages/canon/src/components/TextField/TextField.tsx index e534b0952d..07efc47100 100644 --- a/packages/canon/src/components/TextField/TextField.tsx +++ b/packages/canon/src/components/TextField/TextField.tsx @@ -56,32 +56,37 @@ export const TextField = forwardRef( style={style} ref={ref} > -
- {label && ( - - {label} - {secondaryLabelText && ( - - )} - - )} - {description && ( - - {description} - - )} -
+ {label && ( +
+ {label && ( + + {label} + {secondaryLabelText && ( + + )} + + )} + {description && ( + + {description} + + )} +
+ )}
{icon && (