This commit is contained in:
Cory LaViska
2020-11-23 09:44:49 -05:00
parent 540f29c4e2
commit 3259faec06
2 changed files with 5 additions and 1 deletions

View File

@@ -6,6 +6,10 @@ Components with the <sl-badge type="warning" pill>Experimental</sl-badge> badge
_During the beta period, these restrictions may be relaxed in the event of a mission-critical bug._ 🐛
## Next
- Fixed a bug where `sl-menu-item` color variable was incorrect [#272](https://github.com/shoelace-style/shoelace/issues/272)
## 2.0.0-beta.23
- Added `sl-format-number` component

View File

@@ -14,7 +14,7 @@
line-height: var(--sl-line-height-normal);
letter-spacing: var(--sl-letter-spacing-normal);
text-align: left;
color: var(--color-gray-40);
color: var(--sl-color-gray-30);
padding: var(--sl-spacing-xx-small) var(--sl-spacing-x-large);
transition: var(--sl-transition-fast) fill;
user-select: none;