diff --git a/CHANGELOG.md b/CHANGELOG.md index d96a2ea2..01a27253 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ - Add SVG format option for favicon image. ([#424](https://github.com/18F/identity-design-system/pull/424)) +### Improvements + +- Update styling for Tag component for consistency with U.S. Web Design System. ([#426](https://github.com/18F/identity-design-system/pull/426)) + ### Dependencies - Upgrade USWDS from v3.7.1 to v3.8.0 (see [release notes](https://github.com/uswds/uswds/releases/tag/v3.8.0)) ([#425](https://github.com/18F/identity-design-system/pull/425)) diff --git a/src/scss/packages/usa-tag/src/_overrides.scss b/src/scss/packages/usa-tag/src/_overrides.scss index 5cb7ea27..fa53416a 100644 --- a/src/scss/packages/usa-tag/src/_overrides.scss +++ b/src/scss/packages/usa-tag/src/_overrides.scss @@ -3,10 +3,8 @@ .usa-tag { display: inline-block; font-size: units(2); - font-weight: bold; text-transform: none; line-height: 1.5; - border-radius: units(0.5); } .usa-tag--big {