carbon-design-system / carbon-components-vue

Vue implementation of the Carbon Design System
http://vue.carbondesignsystem.com
Apache License 2.0
597 stars 176 forks source link

fix: restore CvTag default color from Vue2 #1589

Closed OlkaB closed 2 months ago

OlkaB commented 2 months ago

Contributes to #1588

 What did you do?

Restored CvTag default color used in Vue2

 Why did you do it?

To preserve consistency for when migrating from Vue2 to Vue3. Also red is not the color that is the best as default value (is not neutral)

How have you tested it?

Run unit tests; visually on served Storybook image

Were docs updated if needed?

OlkaB commented 2 months ago

@davidnixon After this PR is approved & merged could I ask for releasing latest changes to production?