Files
v10/packages/skins/src/default/tailwind/components/seek.ts
T

6 lines
193 B
TypeScript

export const seek = {
label: 'text-[10px] font-medium tracking-tighter tabular-nums',
labelForward: 'absolute -right-px -bottom-0.75',
labelBackward: 'absolute -left-px -bottom-0.75',
};