sovanna / angular-material-sidenav

Simple component that reproduce the Angular Material Style SideNav Menu from their own website
http://sovanna.github.io/angular-material-sidenav/
109 stars 55 forks source link

How to set custom theme color to use slidenav #44

Open HelloJasonZhang opened 7 years ago

HelloJasonZhang commented 7 years ago

Hi,

I have defined below 'custom' theme color, How can I set 'custom' for slidenav to show that color? $mdThemingProvider.theme('custom').primaryPalette('blue-grey');

Thanks