From 0d3bcb0b2c3955e75b475d9def13c8196d0d5a68 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Sat, 19 Feb 2022 12:23:16 -0500 Subject: [PATCH] improve tag remove button --- docs/resources/changelog.md | 1 + src/components/tag/tag.styles.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index 51ae5284..b5885af3 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -15,6 +15,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis - Fixed a bug that caused the active tab indicator in `` to render incorrectly when used inside an element that animates [#671](https://github.com/shoelace-style/shoelace/pull/671) - Fixed a bug that allowed values in `` to be invalid according to its `min|max|step` [#674](https://github.com/shoelace-style/shoelace/issues/674) - Fixed a bug that allowed `` to go into an incorrect state when activating the trigger while disabled [#684](https://github.com/shoelace-style/shoelace/pull/684) +- Improved the size of the remove button in `` - Updated Lit to 2.1.4 - Updated all other dependencies to latest versions diff --git a/src/components/tag/tag.styles.ts b/src/components/tag/tag.styles.ts index 95f1a21d..5e4b279f 100644 --- a/src/components/tag/tag.styles.ts +++ b/src/components/tag/tag.styles.ts @@ -96,6 +96,7 @@ export default css` } .tag__remove { + font-size: 1.4em; margin-left: var(--sl-spacing-2x-small); margin-right: calc(-1 * var(--sl-spacing-x-small)); }