Updated clock preferences (#789)

This commit is contained in:
Luke Vella 2023-07-26 17:12:44 +01:00 committed by GitHub
parent e5b58c6a21
commit 8ec075b80f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 246 additions and 158 deletions

View file

@ -18,7 +18,7 @@ const buttonVariants = cva(
"rounded-md px-3.5 py-2.5 hover:shadow-sm active:shadow-none data-[state=open]:shadow-none data-[state=open]:bg-gray-100 active:bg-gray-100 hover:bg-white/50 bg-gray-50",
secondary:
"bg-secondary text-secondary-foreground hover:bg-secondary/80",
ghost: "border-transparent hover:bg-gray-200/50 active:bg-gray-200",
ghost: "border-transparent hover:bg-gray-200 active:bg-gray-300",
link: "underline-offset-4 hover:underline text-primary",
},
size: {