ember-cli-materialize
ember-cli-materialize copied to clipboard
$primary-color not working everywhere
I have the primary color configured in my app.scss file like this
import 'components/color';
$primary-color: color('blue', 'lighten-2');
@import 'components/variables';
// Materialize styles
@import "materialize";
// ember-cli-materialize styles
@import 'ember-cli-materialize';
And now the navbar is blue as intended. But the buttons are not. So are the input fields. Did I make a mistake or do I have to configure this somewhere else?
You should see $primary-color
applied broadly. It would be helpful if you could confirm that this is a problem with the addon and not the Materialize library by building the regular HTML version of the buttons and confirming that they're not styled as you would expect