Release 0.15.0-alpha #43

Merged
uz1mani merged 61 commits from staging into main 2026-03-12 23:13:42 +00:00
15 changed files with 1736 additions and 13 deletions
Showing only changes of commit 13f6f53868 - Show all commits

View File

@@ -174,7 +174,7 @@ const ChartTooltipContent = React.forwardRef<
!hideIndicator && ( !hideIndicator && (
<div <div
className={cn( className={cn(
'shrink-0 rounded-[2px] border-[--color-border] bg-[--color-bg]', 'shrink-0 rounded-[2px] border-[var(--color-border)] bg-[var(--color-bg)]',
indicator === 'dot' && 'h-2.5 w-2.5 rounded-full', indicator === 'dot' && 'h-2.5 w-2.5 rounded-full',
indicator === 'line' && 'w-1', indicator === 'line' && 'w-1',
indicator === 'dashed' && indicator === 'dashed' &&