Skip to content

Commit

Permalink
fix: column icon overlap (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt authored Feb 10, 2025
1 parent 5cbc1f5 commit 5365c53
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/frontend/components/blocks/DataTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,10 @@ export default function DataTable({
<Menu.Target>
<ActionIcon
component="span"
variant="light"
color="gray"
variant="default"
className={classes.columnIcon}
>
<IconColumns3 size={16} />
<IconColumns3 size={16} color="black" />
</ActionIcon>
</Menu.Target>
<Menu.Dropdown>
Expand Down

0 comments on commit 5365c53

Please sign in to comment.