Skip to content

Commit 3022cab

Browse files
authored
fix(ui): oversized column selector pills (#12583)
#10030 adjusted the default `Pill` component size but forgot to set the column selector pill sizes to small ## Before ![Screenshot 2025-05-27 at 14 34 31@2x](https://github.com/user-attachments/assets/0f7d44e7-343a-4542-9bc5-830f4bd2bd96) ## After ![Screenshot 2025-05-27 at 14 34 25@2x](https://github.com/user-attachments/assets/33f65fb7-130a-405b-820f-e31259b4f950)
1 parent 8a7ac78 commit 3022cab

File tree

1 file changed

+1
-0
lines changed
  • packages/ui/src/elements/ColumnSelector

1 file changed

+1
-0
lines changed

packages/ui/src/elements/ColumnSelector/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ export const ColumnSelector: React.FC<Props> = ({ collectionSlug }) => {
7676
onClick={() => {
7777
void toggleColumn(accessor)
7878
}}
79+
size="small"
7980
>
8081
{col.CustomLabel ?? <FieldLabel label={label as StaticLabel} unstyled />}
8182
</Pill>

0 commit comments

Comments
 (0)