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

feat(checkbox-input): use design tokens / add theming #728

Merged
merged 2 commits into from
May 3, 2019

Conversation

montezume
Copy link
Contributor

Summary

  • Use design tokens for CheckboxInput
  • Make CheckboxInput theme-able

const baseStyles = css`
display: flex;
align-items: center;
svg [id$='borderAndContent'] > [id$='border'] {
stroke: 1px ${vars.borderColorInputPristine} solid;
stroke: ${overwrittenVars[designTokens.borderColorForInput]};
fill: ${overwrittenVars[designTokens.backgroundColorForInput]};
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was an oversight, we should have had this before

@montezume montezume requested a review from pa3 May 3, 2019 13:16
@montezume montezume self-assigned this May 3, 2019
@montezume montezume requested a review from aminbenselim May 3, 2019 13:16
@montezume montezume changed the title Ml checkbox theme feat(checkbox-input): use design tokens / add theming May 3, 2019
@montezume montezume merged commit c9604ba into master May 3, 2019
jonnybel pushed a commit that referenced this pull request May 6, 2019
* feat(checkbox-input): use design tokens, make themable
@montezume montezume deleted the ml-checkbox-theme branch May 15, 2019 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants