refactor: change button variant from 'ghost' to 'text' across multiple components for consistency
This commit is contained in:
@ -43,7 +43,7 @@ function Calendar({
|
||||
: "[&:has([aria-selected])]:rounded-md"
|
||||
),
|
||||
day: cn(
|
||||
buttonVariants({ variant: "ghost" }),
|
||||
buttonVariants({ variant: "text" }),
|
||||
"h-8 w-8 p-0 font-normal aria-selected:opacity-100"
|
||||
),
|
||||
day_range_start: "day-range-start",
|
||||
|
Reference in New Issue
Block a user