Skip to content

Commit

Permalink
Fix menu border width in bridge (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
rock3r authored Jul 17, 2024
1 parent e2f13ba commit ee47164
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ private fun readMenuStyle(): MenuStyle {
contentPadding = PaddingValues(horizontal = 0.dp, vertical = 6.dp),
offset = DpOffset(0.dp, 2.dp),
shadowSize = 12.dp,
borderWidth = retrieveIntAsDpOrUnspecified("Popup.borderWidth").takeOrElse { 2.dp },
borderWidth = retrieveIntAsDpOrUnspecified("Popup.borderWidth").takeOrElse { 1.dp },
itemMetrics =
MenuItemMetrics(
selectionCornerSize = CornerSize(JBUI.CurrentTheme.PopupMenu.Selection.ARC.dp / 2),
Expand Down

0 comments on commit ee47164

Please sign in to comment.