@doist/reactist 12.0.3 → 12.0.4

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.
@@ -3174,7 +3174,7 @@ function Menu(_ref) {
3174
3174
  const state = Ariakit.useMenuState(_objectSpread2({
3175
3175
  focusLoop: true,
3176
3176
  gutter: 8,
3177
- shift: 8
3177
+ shift: 4
3178
3178
  }, props));
3179
3179
  const handleItemSelect = React.useCallback(function handleItemSelect(value) {
3180
3180
  if (onItemSelect) onItemSelect(value);