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 committed Aug 28, 2023
1 parent d6a200f commit 3970b38
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 3970b38

Please sign in to comment.