Skip to content

Commit

Permalink
fix: new styles for slider and tooltip components (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerzon05 authored Oct 12, 2024
1 parent 4f12ac4 commit 48a5e76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/plugins/components/slider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const slider = cva('relative flex w-full touch-none select-none items-cen
* @example
* <Track className={styles()} />
*/
export const sliderTrack = cva('relative h-2 w-full grow overflow-hidden rounded-full bg-default-300')
export const sliderTrack = cva('relative h-2 w-full grow overflow-hidden rounded-full bg-default-100')

/**
* Range wrapper **Class Variants** component
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/components/tooltip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const tooltip = cva('')
* // Tooltip elements
* </TooltipTrigger>
*/
export const tooltipTrigger = cva('px-2 py-1 hover:animate-pop-in text-foreground')
export const tooltipTrigger = cva()

/**
* Tooltip wrapper **Class Variants** component
Expand Down

0 comments on commit 48a5e76

Please sign in to comment.