Skip to content

Commit

Permalink
✏️ fix: change action group style problem
Browse files Browse the repository at this point in the history
  • Loading branch information
ONLY-yours committed Nov 7, 2023
1 parent 4f1d5ee commit 52c9104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ActionIconGroup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ const ActionIconGroup = memo<ActionIconGroupProps>(
type = 'block',
items = [],
placement,
spotlight = true,
direction = 'row',
spotlight = false,
direction = 'column',
dropdownMenu = [],
onActionClick,
className,
Expand Down

0 comments on commit 52c9104

Please sign in to comment.