Skip to content

Commit

Permalink
fix(ui): visibility box title
Browse files Browse the repository at this point in the history
  • Loading branch information
leopuleo authored and Pavel910 committed Jun 18, 2024
1 parent 22cbf86 commit 4ae4eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/DataTable/styled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export const ColumnDirectionIcon = styled(ArrowDown)<ColumnDirectionProps>`
`;

export const ColumnsVisibilityMenuHeader = styled(Typography)`
padding: 4px 16px;
padding: 4px 16px 12px;
font-weight: 600;
`;

Expand Down

0 comments on commit 4ae4eb4

Please sign in to comment.