@rovula/ui 0.0.75 → 0.0.76

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.
@@ -1,6 +1,6 @@
1
1
  import { cva } from "class-variance-authority";
2
2
  export const buttonVariants = cva([
3
- "gap-2 font-bold inline-flex items-center outline-none transition ease-in-out duration-45",
3
+ "gap-2 font-bold inline-flex items-center justify-center outline-none transition ease-in-out duration-45",
4
4
  ], {
5
5
  variants: {
6
6
  color: {