Skip to content

Commit

Permalink
fix: add custom property for menu border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
julczka authored and iOvergaard committed Apr 9, 2024
1 parent d1c59ad commit f6e0a94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/uui-menu-item/lib/uui-menu-item.element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@ export class UUIMenuItemElement extends SelectOnlyMixin(
left: 0;
right: 0;
bottom: 0;
border-radius: var(--uui-menu-item-border-radius, 0px);
}
#actions-container {
Expand Down

0 comments on commit f6e0a94

Please sign in to comment.