vue-dynamic-forms icon indicating copy to clipboard operation
vue-dynamic-forms copied to clipboard

Customizable Material Theme

Open federico-ntr opened this issue 3 years ago • 0 comments

Describe the bug Documentation states material theme can be customized, specifying custom variables like $theme-color. This isn't working and I guess it's because most of the variables don't have the !default keyword.

My code main.js:

...
import './styles/main.scss';
...

main.scss:

$theme-color: #00a370;

@import '~@asigloo/vue-dynamic-forms/src/styles/themes/material.scss';

Expected behavior image

Instead I get image

I'm using vue-dynamic-forms version 2.1.0 since I'm working on a Vue 2 project, but the theme seems the same to me also on 3.x version

federico-ntr avatar May 21 '21 10:05 federico-ntr