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

fix: tag default variant #1854

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Commits on Aug 24, 2024

  1. fix(tag): change default variant to secondary

    The most used case of this component is with gray color and secondary variant so we changed it
    
    BREAKING CHANGE: Tag component without variant will render with secondary prop, so all the
    implementation now need to change to explicity set it to primary to stay in the same way
    
    fix #1740
    viniciuslagedo committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    f86ad7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7feeb29 View commit details
    Browse the repository at this point in the history