Skip to content

Commit b2daf84

Browse files
feat: Added the small sizing to the DestinationIcon (#1098)
2 parents 8c7dcc6 + 113af55 commit b2daf84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/components/import-feed/ImportHistoryModal/OverviewTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export function OverviewTab({ record }: OverviewTabProps) {
8383

8484
<Grid.Col span={6}>
8585
<Group spacing="xs" mb="xs">
86-
<DestinationIcon />
86+
<DestinationIcon size="sm" />
8787
<Text size="sm">Destination</Text>
8888
</Group>
8989
<Text size="md" fw={600}>

0 commit comments

Comments
 (0)