Skip to content

Commit c98c515

Browse files
fix(bulk-exporter): match selection banner font sizes
Bump the selection bar sentence text from fontSizeS to fontSizeM so it matches the TextLink action text's default size, fixing a visual mismatch between the two.
1 parent fb70150 commit c98c515

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/bulk-exporter/src/components/ResultsList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ export function ResultsList({
652652
borderTop: `1px solid ${tokens.gray200}`,
653653
borderBottom: `1px solid ${tokens.gray200}`,
654654
}}>
655-
<Text fontSize="fontSizeS" fontColor="gray700">
655+
<Text fontSize="fontSizeM" fontColor="gray700">
656656
{selectAllMatching ? (
657657
<>
658658
All {(totalCount ?? selectedIds.length).toLocaleString()}{' '}

0 commit comments

Comments
 (0)