Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Customizable Material Theme #237

Open
federico-ntr opened this issue May 21, 2021 · 0 comments
Open

Customizable Material Theme #237

federico-ntr opened this issue May 21, 2021 · 0 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@federico-ntr
Copy link

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

@alvarosabu alvarosabu self-assigned this May 24, 2021
@alvarosabu alvarosabu added good first issue Good for newcomers bug Something isn't working labels May 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants