From 4f95e5651333a3e525be9e2f7a05322c734be178 Mon Sep 17 00:00:00 2001 From: Rami Bitar Date: Fri, 8 May 2026 15:06:54 -0400 Subject: [PATCH] update --- components/ThemeProvider.tsx | 3 +-- config/root.tsx | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/components/ThemeProvider.tsx b/components/ThemeProvider.tsx index 1868912..6e5d461 100644 --- a/components/ThemeProvider.tsx +++ b/components/ThemeProvider.tsx @@ -14,7 +14,7 @@ export type ThemeProps = { mutedForegroundColor?: string; borderColor?: string; radius?: "none" | "sm" | "md" | "lg" | "xl"; - buttonRadius?: "none" | "sm" | "md" | "lg" | "xl" | "full"; + buttonRadius?: "none" | "sm" | "md" | "lg" | "xl"; shadow?: "none" | "sm" | "md" | "lg" | "xl"; maxWidth?: "sm" | "md" | "lg" | "xl" | "2xl" | "full"; }; @@ -33,7 +33,6 @@ const buttonRadiusMap: Record, string> = md: "0.5rem", lg: "0.75rem", xl: "1rem", - full: "9999px", }; const shadowMap: Record, string> = { diff --git a/config/root.tsx b/config/root.tsx index fe040ce..df67fe8 100644 --- a/config/root.tsx +++ b/config/root.tsx @@ -68,7 +68,6 @@ export const Root: RootConfig<{ { label: "Medium", value: "md" }, { label: "Large", value: "lg" }, { label: "Extra large", value: "xl" }, - { label: "Full (pill)", value: "full" }, ], }, shadow: {