@codapet/design-system 0.3.2 → 0.3.3

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.mjs CHANGED
@@ -2314,8 +2314,8 @@ var inputVariants = cva5(
2314
2314
  {
2315
2315
  variants: {
2316
2316
  size: {
2317
- sm: "h-9 px-3 py-1 text-sm",
2318
- md: "h-10 px-3 py-2 text-sm",
2317
+ sm: "h-9 px-3 py-1 text-base",
2318
+ md: "h-10 px-3 py-2 text-base",
2319
2319
  lg: "h-12 px-4 py-3 text-base"
2320
2320
  }
2321
2321
  },