Theme customization
Default themes declaration
import {DefaultThemes, buildTheme} from '@make-software/csprclick-ui';
export const AppTheme = buildTheme({
...DefaultThemes.csprclick,
});export const AppTheme = buildTheme({
...DefaultThemes.red,
});Default themes usage
Customise whole application alongside with <ClickUI> component
<ClickUI> componentLast updated

