Nebular: how to set default theme to light instead of cosmic?

Created on 15 Oct 2017  路  2Comments  路  Source: akveo/nebular

faq theme

Most helpful comment

Hey @wilson-young

You set the default theme under src>app>theme>theme.module.ts Line 77, set name default ex:

const NB_THEME_PROVIDERS = [ ...NbThemeModule.forRoot( { name: 'default', },

All 2 comments

Hey @wilson-young

You set the default theme under src>app>theme>theme.module.ts Line 77, set name default ex:

const NB_THEME_PROVIDERS = [ ...NbThemeModule.forRoot( { name: 'default', },

Thanks @blankstar85

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dragonbane0 picture dragonbane0  路  3Comments

suku-h picture suku-h  路  3Comments

maihannijat picture maihannijat  路  3Comments

rhajizadeh picture rhajizadeh  路  3Comments

mmezian picture mmezian  路  3Comments