UNPKG

@indielayer/ui

Version:

Indielayer UI Components with Tailwind CSS build for Vue 3

12 lines (9 loc) 280 B
import type { InputFooterTheme } from '../InputFooter.vue' const theme: InputFooterTheme = { classes: { wrapper: 'text-xs mt-1', helperText: 'text-secondary-500 dark:text-secondary-400', errorText: 'text-error-500 dark:text-error-400', }, } export default theme