lemonstand / lscloud-theme-meyer

An eCommerce theme built using Angular for LemonStand.
MIT License
2 stars 1 forks source link

Error: Missing colors 500 in palette pink! #295

Closed jennbrewer closed 6 years ago

jennbrewer commented 6 years ago

Need to remove theme accent color:

var lemonstandAccent = $mdThemingProvider.extendPalette('pink', {
      '500': themeAccentColor,
      'contrastDefaultColor': 'light'
    });

Causing error site not loading.