Skip to content

Commit 5c5e894

Browse files
joebuonoJoe Buono
andauthored
bug(fix): MenuItem minHeight mapped incorrectly (#1904)
* map minHeight correctly * Create wild-vans-pay.md Co-authored-by: Joe Buono <[email protected]>
1 parent 1c3e35a commit 5c5e894

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/wild-vans-pay.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@aws-amplify/ui": patch
3+
---
4+
5+
bug(fix): MenuItem minHeight mapped incorrectly

packages/ui/src/theme/css/component/menu.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
border-style: var(--amplify-components-menu-border-style);
1717
}
1818
.amplify-menu-content__item {
19-
min-height: var(--amplify-components-menu-item-min-width);
19+
min-height: var(--amplify-components-menu-item-min-height);
2020
padding-inline-start: var(
2121
--amplify-components-menu-item-padding-inline-start
2222
);

0 commit comments

Comments
 (0)