Skip to content

Commit

Permalink
Merge branch 'main' into viet/debug-kaizen-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
vietanhtran16 committed Jan 7, 2025
2 parents 8afcee7 + 05b87e3 commit 893ae1e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.70.5

### Patch Changes

- [#5438](https://github.com/cultureamp/kaizen-design-system/pull/5438) [`4ce10a0`](https://github.com/cultureamp/kaizen-design-system/commit/4ce10a0f7a815e672caa90b52e576089051f9ec9) - Menu v3: Changed MenuItem colour from purple-800 70% to purple-800

## 1.70.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaizen/components",
"version": "1.70.4",
"version": "1.70.5",
"description": "Kaizen component library",
"author": "Geoffrey Chong <[email protected]>",
"homepage": "https://cultureamp.design",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/__rc__/Menu/MenuItem.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
letter-spacing: var(--typography-paragraph-body-letter-spacing);
font-weight: var(--typography-paragraph-body-font-weight);
line-height: var(--typography-paragraph-body-line-height);
color: rgba(var(--color-purple-800-rgb), 0.7);
color: var(--color-purple-800);
padding: var(--spacing-6) var(--spacing-8);
border: var(--border-focus-ring-border-width) var(--border-focus-ring-border-style) transparent;
border-radius: 4px;
Expand Down

0 comments on commit 893ae1e

Please sign in to comment.