import { tv } from 'tailwind-variants'; export const styles = tv({ slots: { base: 'flex gap-2', input: 'w-6 px-0 text-center', }, });