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  ## After 
This commit is contained in:
@@ -76,6 +76,7 @@ export const ColumnSelector: React.FC<Props> = ({ collectionSlug }) => {
|
||||
onClick={() => {
|
||||
void toggleColumn(accessor)
|
||||
}}
|
||||
size="small"
|
||||
>
|
||||
{col.CustomLabel ?? <FieldLabel label={label as StaticLabel} unstyled />}
|
||||
</Pill>
|
||||
|
||||
Reference in New Issue
Block a user