ember-cli-materialize icon indicating copy to clipboard operation
ember-cli-materialize copied to clipboard

$primary-color not working everywhere

Open choallin opened this issue 8 years ago • 1 comments

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?

choallin avatar Jun 10 '16 09:06 choallin

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

mike-north avatar Jul 31 '16 05:07 mike-north