Skip to content

Commit

Permalink
chore(changeset): submenu feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wolf authored and w0ofy committed Jan 19, 2024
1 parent 6d5cbd2 commit ba997a0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .changeset/clever-crabs-act.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@real-system/ariakit-library': patch
'@real-system/menu-primitive': patch
'@real-system/styled-library': patch
'@real-system/select': patch
'@real-system/menu': patch
---

add SubMenu functionality to Menu
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ const palettes: PaletteConfig = {
realSystem: {
white: '#ffffff',
black: '#101840',
gray: '#596375', // #596375
blue: '#006DFA', // #3366FF
gray: '#596375',
blue: '#006DFA', // previous: #3366FF
red: '#da1e28',
orange: '#ffb020',
yellow: '#ffca58',
Expand Down

0 comments on commit ba997a0

Please sign in to comment.