@sarunyu/system-one 4.0.1 → 4.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -3168,7 +3168,7 @@ const Input = React.forwardRef(function Input2({
3168
3168
  "div",
3169
3169
  {
3170
3170
  className: cn(
3171
- "relative rounded-lg",
3171
+ "relative rounded-lg min-h-[48px]",
3172
3172
  padding,
3173
3173
  bg,
3174
3174
  containerFlex