Skip to content

Commit

Permalink
fix(moment): fix moment digest dropdown icon
Browse files Browse the repository at this point in the history
  • Loading branch information
robertu7 authored and gitwoz committed Oct 5, 2024
1 parent 96f2848 commit ca8415c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MomentDigest/DropdownActions/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const BaseDropdownActions = ({
aria-haspopup="listbox"
ref={ref}
>
<Icon icon={IconMore} size={18} />
<Icon icon={IconMore} size={22} />
</Button>
)}
</Dropdown>
Expand Down

0 comments on commit ca8415c

Please sign in to comment.