Skip to content

Commit

Permalink
fix(fuselage): ModalThumb size (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti authored May 15, 2023
1 parent 3a3f5e6 commit 3812ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fuselage/src/components/Modal/ModalThumb.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ export type ModalThumbProps = ComponentProps<typeof Avatar>;

export const ModalThumb = (props: ModalThumbProps) => (
<Box>
<Avatar size='x32' {...props} />
<Avatar size='x28' {...props} />
</Box>
);

0 comments on commit 3812ee3

Please sign in to comment.