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

Internal Code snippet variable is causing issues with custom themes #6994

Closed
tw15egan opened this issue Oct 7, 2020 · 0 comments · Fixed by #7621
Closed

Internal Code snippet variable is causing issues with custom themes #6994

tw15egan opened this issue Oct 7, 2020 · 0 comments · Fixed by #7621

Comments

@tw15egan
Copy link
Collaborator

tw15egan commented Oct 7, 2020

Based on convo in Slack https://ibm-studios.slack.com/archives/C046Y0YUD/p1601663658098800

For some reason, when a user tried to set a custom $ui-01 using css custom properties, the value was not updated. We use an internal token in the code snippet mixin, which is set to $ui-01 by default. The inline code snippet updated properly but does not use the internal mixin.

Wondering if we should just update the mixin the use $field-01 directly (the default), and not $snippet-background-color;, which is not used anywhere else.

background: $snippet-background-color;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant