@petrarca/sonnet-ui 0.2.0 → 0.3.0

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.js CHANGED
@@ -1557,7 +1557,7 @@ function Stepper(props) {
1557
1557
  dir,
1558
1558
  ...rootProps,
1559
1559
  className: cn24(
1560
- "flex gap-6",
1560
+ "flex gap-3",
1561
1561
  orientation === "horizontal" ? "w-full flex-col" : "flex-row",
1562
1562
  className
1563
1563
  )