mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(packages): fix ejected skin slider setup (#1660)
This commit is contained in:
@@ -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',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user