From 21ce15d5e0df329770fe02a2fc0375c9755ed9ca Mon Sep 17 00:00:00 2001 From: Alexis Sanehisa Date: Mon, 11 Nov 2024 10:44:47 -0500 Subject: [PATCH] adjust props --- src/components/puck/GetDirections.tsx | 2 +- src/components/puck/atoms/button.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/puck/GetDirections.tsx b/src/components/puck/GetDirections.tsx index 7a01462..02e12f7 100644 --- a/src/components/puck/GetDirections.tsx +++ b/src/components/puck/GetDirections.tsx @@ -69,9 +69,9 @@ const getDirectionsFields: Fields = { 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: { diff --git a/src/components/puck/atoms/button.tsx b/src/components/puck/atoms/button.tsx index d4a361d..9450ce7 100644 --- a/src/components/puck/atoms/button.tsx +++ b/src/components/puck/atoms/button.tsx @@ -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: {