mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-16 13:01:04 +02:00
Fix padding of squeak detail action icons (#155)
This commit is contained in:
parent
c22674f3a7
commit
a2a80ca576
1 changed files with 7 additions and 2 deletions
|
|
@ -111,18 +111,23 @@ export default function SqueakDetailItem({
|
|||
>
|
||||
<Grid item xs={3} sm={1}>
|
||||
<Box
|
||||
p={1}
|
||||
onClick={onReplyClick}
|
||||
>
|
||||
<ReplyIcon />
|
||||
</Box>
|
||||
</Grid>
|
||||
<Grid item xs={3} sm={1}>
|
||||
<Box>
|
||||
<Box
|
||||
p={1}
|
||||
>
|
||||
<RepeatIcon />
|
||||
</Box>
|
||||
</Grid>
|
||||
<Grid item xs={3} sm={1}>
|
||||
<Box>
|
||||
<Box
|
||||
p={1}
|
||||
>
|
||||
<FavoriteIcon />
|
||||
</Box>
|
||||
</Grid>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue