UNPKG

generator-jhipster

Version:

Spring Boot + Angular/React/Vue in one handy generator

12 lines (11 loc) 471 B
export const mutateApplication = { __override__: false, /** * Color mode https://getbootstrap.com/docs/5.3/customize/color-modes/ */ reactBootstrapBsTheme: ({ clientThemeNone, clientThemeVariantLight }) => (clientThemeNone || !clientThemeVariantLight ? 'dark' : 'light'), /** * https://react-bootstrap.github.io/components/navbar/#navbar-props */ reactBootstrapVariant: ({ clientThemeVariant }) => clientThemeVariant ?? 'dark', };