mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-01 15:39:03 +02:00
✨ Updated clock preferences (#789)
This commit is contained in:
parent
e5b58c6a21
commit
8ec075b80f
14 changed files with 246 additions and 158 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue