Skip to content

Commit 3ae3288

Browse files
committed
Adding new token for genericMenu height
1 parent 1566d4c commit 3ae3288

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/styles/types.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1944,6 +1944,9 @@
19441944
"shadow": {
19451945
"default": string
19461946
},
1947+
"size": {
1948+
"height": string
1949+
},
19471950
"color": {
19481951
"background": {
19491952
"default": string

src/styles/variables.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1943,6 +1943,9 @@
19431943
"shadow": {
19441944
"default": "0 4px 6px -1px lch(6.77 0 0 / 0.15), 0 2px 4px -1px lch(6.77 0 0 / 0.15)"
19451945
},
1946+
"size": {
1947+
"height": "2rem"
1948+
},
19461949
"color": {
19471950
"background": {
19481951
"default": "#ffffff"

0 commit comments

Comments
 (0)