File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export const slider = cva('relative flex w-full touch-none select-none items-cen
18
18
* @example
19
19
* <Track className={styles()} />
20
20
*/
21
- export const sliderTrack = cva ( 'relative h-2 w-full grow overflow-hidden rounded-full bg-default-300 ' )
21
+ export const sliderTrack = cva ( 'relative h-2 w-full grow overflow-hidden rounded-full bg-default-100 ' )
22
22
23
23
/**
24
24
* Range wrapper **Class Variants** component
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export const tooltip = cva('')
22
22
* // Tooltip elements
23
23
* </TooltipTrigger>
24
24
*/
25
- export const tooltipTrigger = cva ( 'px-2 py-1 hover:animate-pop-in text-foreground' )
25
+ export const tooltipTrigger = cva ( )
26
26
27
27
/**
28
28
* Tooltip wrapper **Class Variants** component
You can’t perform that action at this time.
0 commit comments