fix(packages): fix ejected skin slider setup (#1660)

This commit is contained in:
Sam Potts
2026-06-08 15:07:57 -07:00
committed by GitHub
parent d9f9efde88
commit 3d2225e77e
13 changed files with 85 additions and 23 deletions
@@ -8,4 +8,4 @@ export const icon = cn(
export const iconHidden = 'hidden opacity-0';
export const iconFlipped = '[scale:-1_1]';
export const iconContainer = 'relative';
export const iconContainer = 'relative grid';
@@ -1,5 +1,5 @@
export const seek = {
label: 'text-[10px] font-[480] tabular-nums',
label: 'text-[10px] font-medium tracking-tighter tabular-nums',
labelForward: 'absolute -right-px -bottom-0.75',
labelBackward: 'absolute -left-px -bottom-0.75',
};