fix date select and link redirect

This commit is contained in:
dev.daminik00 2025-10-09 20:39:35 +02:00
parent e7b9f9e3a4
commit d8689c385d
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ const buttonVariants = cva(
"font-inter text-xl/[24px] font-bold text-primary-foreground",
"px-[27px] py-5",
"transition-all",
"disabled:opacity-50",
"disabled:opacity-30",
"shadow-blue-glow"
),
{

View File

@ -16,7 +16,7 @@ const buttonVariants = cva(
"pl-[26px] pr-[18px] py-[18px]",
"transition-[background-color,border-color,color]",
"duration-200",
"disabled:opacity-50",
"disabled:opacity-30",
"border-2",
"[-webkit-tap-highlight-color:transparent]",
"[transform:translateZ(0)]"
@ -78,7 +78,7 @@ function MainButton({
<Label
data-disabled={disabled}
className={cn(
disabled && "pointer-events-none opacity-50 cursor-not-allowed"
disabled && "pointer-events-none opacity-30 cursor-not-allowed"
)}
>
{emoji && <span className="text-[40px]">{Array.from(emoji)[0]}</span>}