mirror of
https://github.com/zoriya/v10.git
synced 2026-08-13 17:40:12 +00:00
7 lines
220 B
TypeScript
7 lines
220 B
TypeScript
export const seek = {
|
|
button: 'relative grid',
|
|
label: 'text-[10px] font-medium tracking-tighter tabular-nums',
|
|
labelForward: 'absolute -right-px -bottom-0.75',
|
|
labelBackward: 'absolute -left-px -bottom-0.75',
|
|
};
|