Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2583 from teamleadercrm/TIDAL-3508
Browse files Browse the repository at this point in the history
[TIDAL-3508] Bullet: make 'mint' color one tint lighter
  • Loading branch information
driesd authored Mar 1, 2023
2 parents b1caf7a + e7bfef4 commit db79972
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@

### Dependency updates

## [20.0.2] - 2023-03-01

### Changed

- `Bullet`: Changed `Mint` color to be one tint lighter (normal/300). ([@driesd](https://github.com/driesd) in [#2583](https://github.com/teamleadercrm/ui/pull/2583))

## [20.0.1] - 2023-02-28

### Fixed
Expand All @@ -27,7 +33,7 @@
### Fixed

- `Toggle`: the component is now focusable. ([@lowiebenoot](https://github.com/lowiebenoot)) in [#2575](https://github.com/teamleadercrm/ui/pull/2575)
- `Link` and `MarketingLink`: fixed the focus state styling. ([@lowiebenoot](https://github.com/lowiebenoot)) in [#2576](https://github.com/teamleadercrm/ui/pull/2576)
- `Link` and `MarketingLink`: fixed the focus state styling. ([@lowiebenoot](https://github.com/lowiebenoot)) in [#2576](https://github.com/teamleadercrm/ui/pull/2576)

### Removed

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@teamleader/ui",
"description": "Teamleader UI library",
"version": "20.0.1",
"version": "20.0.2",
"author": "Teamleader <[email protected]>",
"bugs": {
"url": "https://github.com/teamleadercrm/ui/issues"
Expand Down
2 changes: 1 addition & 1 deletion src/components/bullet/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}

.mint {
background-color: var(--color-mint-dark);
background-color: var(--color-mint);
}

.violet {
Expand Down

0 comments on commit db79972

Please sign in to comment.