UNPKG

@teravn/onui

Version:

The React UI component library is based on MUI

6 lines (4 loc) 223 B
import { createTheme } from '@mui/material' import themeOptions from './theme-options' import { colors as defaultColors } from '../configs' export const lightTheme = createTheme(themeOptions('light', defaultColors.light))