Skip to content

Commit 3812ee3

Browse files
fix(fuselage): ModalThumb size (#1048)
1 parent 3a3f5e6 commit 3812ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fuselage/src/components/Modal/ModalThumb.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ export type ModalThumbProps = ComponentProps<typeof Avatar>;
88

99
export const ModalThumb = (props: ModalThumbProps) => (
1010
<Box>
11-
<Avatar size='x32' {...props} />
11+
<Avatar size='x28' {...props} />
1212
</Box>
1313
);

0 commit comments

Comments
 (0)