vue-dynamic-forms
vue-dynamic-forms copied to clipboard
Customizable Material Theme
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
Instead I get
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