Skip to content

Commit

Permalink
Less roundy
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Jul 26, 2023
1 parent 1c6dea2 commit 05b73ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontend/src/components/tables/ColumnSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export function TableColumnSelect({
checked={!col.hidden}
label={col.title || col.accessor}
onChange={(event) => onToggleColumn(col.accessor)}
radius="sm"
/>
</Menu.Item>
))}
Expand Down

0 comments on commit 05b73ae

Please sign in to comment.