Skip to content

Commit

Permalink
chore(channel-cards): center actions button
Browse files Browse the repository at this point in the history
  • Loading branch information
AXeL-dev committed Sep 9, 2022
1 parent 42368d8 commit 9ec20b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/components/pages/Channels/ChannelCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const ChannelCard = React.forwardRef(
mb: 0.25,
},
'& .MuiCardHeader-action': {
alignSelf: 'center',
ml: 2,
},
...(channel.isHidden
Expand Down

0 comments on commit 9ec20b8

Please sign in to comment.