fix(calendar): fix typo 'elative' to 'relative' in range_start classname (#9292)

Fixes #9278
This commit is contained in:
Huy Hoàng
2026-01-14 23:43:36 +07:00
committed by GitHub
parent 54edfd228d
commit 5b3ba49aec
2 changed files with 2 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ function Calendar({
defaultClassNames.day
),
range_start: cn(
"rounded-l-(--cell-radius) bg-muted elative after:bg-muted after:absolute after:inset-y-0 after:w-4 after:right-0 -z-0 isolate",
"rounded-l-(--cell-radius) bg-muted relative after:bg-muted after:absolute after:inset-y-0 after:w-4 after:right-0 -z-0 isolate",
defaultClassNames.range_start
),
range_middle: cn("rounded-none", defaultClassNames.range_middle),

View File

@@ -107,7 +107,7 @@ function Calendar({
defaultClassNames.day
),
range_start: cn(
"rounded-l-(--cell-radius) bg-muted elative after:bg-muted after:absolute after:inset-y-0 after:w-4 after:right-0 -z-0 isolate",
"rounded-l-(--cell-radius) bg-muted relative after:bg-muted after:absolute after:inset-y-0 after:w-4 after:right-0 -z-0 isolate",
defaultClassNames.range_start
),
range_middle: cn("rounded-none", defaultClassNames.range_middle),