diff --git a/workspaces/package/src/Input/InputLabel.tsx b/workspaces/package/src/Input/InputLabel.tsx index e2821155..61648005 100644 --- a/workspaces/package/src/Input/InputLabel.tsx +++ b/workspaces/package/src/Input/InputLabel.tsx @@ -23,6 +23,7 @@ export const InputLabel = forwardRef((props, ref) => { description, label, paddingHorizontal = 'x3', + tag = 'label', ...rest } = props; @@ -37,7 +38,7 @@ export const InputLabel = forwardRef((props, ref) => { flex="vertical" gap="x2" ref={ref} - tag="label" + tag={tag} > {label && (