feat: replace button and toast provider with base-ui

This commit is contained in:
Aarnav Tale
2026-03-17 14:32:06 -04:00
parent 5aa17e448d
commit 941971b8c7
29 changed files with 213 additions and 165 deletions
+2 -2
View File
@@ -27,8 +27,8 @@ export default function PageError({ error, page }: PageErrorProps) {
<Button
className="mt-6"
variant="light"
onPress={() => revalidate()}
isDisabled={state === "loading"}
onClick={() => revalidate()}
disabled={state === "loading"}
>
<RefreshCw
className={cn("mr-2 inline-block h-4 w-4", state === "loading" && "animate-spin")}