We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ModalThumb
1 parent 3a3f5e6 commit 3812ee3Copy full SHA for 3812ee3
packages/fuselage/src/components/Modal/ModalThumb.tsx
@@ -8,6 +8,6 @@ export type ModalThumbProps = ComponentProps<typeof Avatar>;
8
9
export const ModalThumb = (props: ModalThumbProps) => (
10
<Box>
11
- <Avatar size='x32' {...props} />
+ <Avatar size='x28' {...props} />
12
</Box>
13
);
0 commit comments