From 3022cab8ac39ccd18a5d73877d77d5aeacfb84f8 Mon Sep 17 00:00:00 2001 From: Alessio Gravili Date: Wed, 28 May 2025 14:13:22 -0700 Subject: [PATCH] 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) --- packages/ui/src/elements/ColumnSelector/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ui/src/elements/ColumnSelector/index.tsx b/packages/ui/src/elements/ColumnSelector/index.tsx index d81fb99fb..e37fa3009 100644 --- a/packages/ui/src/elements/ColumnSelector/index.tsx +++ b/packages/ui/src/elements/ColumnSelector/index.tsx @@ -76,6 +76,7 @@ export const ColumnSelector: React.FC = ({ collectionSlug }) => { onClick={() => { void toggleColumn(accessor) }} + size="small" > {col.CustomLabel ?? }