UNPKG

@cobuildlab/8base-chat

Version:

Chat component that uses 8base

9 lines (5 loc) 198 B
import { createTheme } from '@8base/boost'; import { COLORS } from './colors'; import { components } from './components'; const theme = createTheme({ components, COLORS }); export default theme;