Skip to content

Commit

Permalink
CHG post cta button sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
dolf321 authored and wabscale committed Aug 30, 2023
1 parent b6d27db commit bac64c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/components/forums/Post/Post.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export default function Post({
<Button
variant={'contained'}
color={'primary'}
size={'small'}
sx={{mr: 1}}
startIcon={<EditIcon/>}
onClick={() => setIsDialogOpen(true)}
Expand All @@ -109,6 +110,7 @@ export default function Post({
<Button
variant={'contained'}
color={'primary'}
size={'small'}
startIcon={<AddIcon/>}
onClick={() => setCommentPressed(true)}
>
Expand Down

0 comments on commit bac64c3

Please sign in to comment.