UNPKG

@madeja-studio/telar

Version:

UI component library by Madeja Studio

9 lines (7 loc) 218 B
import type { CoreTheme } from '../../theme/core'; export const defaultTheme = { color: { background: (theme: CoreTheme) => theme.color.primary, text: (theme: CoreTheme) => theme.color.text.onColor, }, };