Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find a way to reference theme values that are not set yet in base #2

Open
oorestisime opened this issue Dec 27, 2018 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@oorestisime
Copy link
Owner

Right now base theme contains values like the following:

accordion: {
      icons: {
        collapse: FormUp,
        expand: FormDown,
        // color: { dark: undefined, light: undefined },
      },
    },

at the moment we can not set the color prop in the builder since it is not present in the theme object

@oorestisime oorestisime added the enhancement New feature or request label Dec 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant