Skip to content

Commit

Permalink
fix(theme): remove isHiddenType from defaultVariants
Browse files Browse the repository at this point in the history
  • Loading branch information
wingkwong committed Jun 14, 2024
1 parent 8c6e0a4 commit ee0dafd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/theme/src/components/input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ const input = tv({
labelPlacement: "inside",
isDisabled: false,
isMultiline: false,
isHiddenType: false,
},
compoundVariants: [
// flat & color
Expand Down

0 comments on commit ee0dafd

Please sign in to comment.