Skip to content

Commit

Permalink
[Frontend]Correct popover icon (#1659)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanah29 authored Dec 12, 2024
1 parent cfa68d8 commit 8c3594e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openbas-front/src/components/common/ButtonPopover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const ButtonPopover: FunctionComponent<Props> = ({
style={{ ...buttonProps }}
disabled={disabled}
>
<MoreVert fontSize="small" color={disabled ? 'disabled' : 'primary'} />
<MoreVert color={disabled ? 'disabled' : 'primary'} />
</IconButton>
)}
<Menu
Expand Down

0 comments on commit 8c3594e

Please sign in to comment.