UNPKG

@indielayer/ui

Version:

Indielayer UI Components with Tailwind CSS build for Vue 3

14 lines (11 loc) 414 B
import type { InputFooterTheme } from '../InputFooter.vue' const theme: InputFooterTheme = { classes: { wrapper: 'text-xs mt-1', container: 'flex justify-between items-start gap-2', helperText: 'text-secondary-500 dark:text-secondary-400', errorText: 'text-error-500 dark:text-error-400', counter: 'text-secondary-500 dark:text-secondary-400 whitespace-nowrap', }, } export default theme