@xsolla/xui-context-menu 0.152.0 → 0.153.0-pr290.1778773867

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/native/index.js CHANGED
@@ -2285,7 +2285,7 @@ var ContextMenuRoot = (0, import_react10.forwardRef)(
2285
2285
  backgroundColor: theme.colors.background.secondary,
2286
2286
  borderColor: theme.colors.border.secondary,
2287
2287
  borderWidth: 1,
2288
- borderRadius: theme.radius.button,
2288
+ borderRadius: theme.shape.contextMenu[size].borderRadius,
2289
2289
  paddingVertical: sizeStyles.paddingVertical,
2290
2290
  width,
2291
2291
  minWidth: sizeStyles.minWidth,