Skip to content

Commit

Permalink
fix: inherit font weight for uui-menu-item
Browse files Browse the repository at this point in the history
  • Loading branch information
julczka authored and iOvergaard committed Apr 9, 2024
1 parent 4b0a14c commit d1c59ad
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 @@ -464,6 +464,7 @@ export class UUIMenuItemElement extends SelectOnlyMixin(
color: currentColor;
min-height: var(--uui-size-12);
z-index: 1;
font-weight: inherit;
}
#label-button .label {
Expand Down

0 comments on commit d1c59ad

Please sign in to comment.