UNPKG

@ovine/init

Version:

Apply ovine template more easily.

16 lines (11 loc) 259 B
/** * default 主题变量 */ import { DefaultTheme } from 'styled-components' import { DeepPartial } from '@core/utils/types' const defaultTheme: DeepPartial<DefaultTheme> = { colors: { layoutHeaderBg: '#fff', }, } export default defaultTheme