This repository was archived by the owner on Jun 27, 2023. It is now read-only.
This repository was archived by the owner on Jun 27, 2023. It is now read-only.
Customizable Material Theme #237
Open
Description
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';
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