Skip to content

Commit

Permalink
adjust props
Browse files Browse the repository at this point in the history
  • Loading branch information
asanehisa committed Nov 11, 2024
1 parent 48044d0 commit 21ce15d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/puck/GetDirections.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ const getDirectionsFields: Fields<GetDirectionsProps> = {
options: [
{ label: "Default", value: "default" },
{ label: "None", value: "none" },
{ label: "Small", value: "small" },
{ label: "Medium", value: "medium" },
{ label: "Large", value: "large" },
{ label: "Full", value: "full" },
],
},
alignment: {
Expand Down
2 changes: 1 addition & 1 deletion src/components/puck/atoms/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ const buttonVariants = cva(
borderRadius: {
default: "",
none: "rounded-none",
small: "rounded-sm",
medium: "rounded-md",
large: "rounded-lg",
full: "rounded-full",
},
},
defaultVariants: {
Expand Down

0 comments on commit 21ce15d

Please sign in to comment.