Skip to content

Commit

Permalink
chore(channels): align action icons
Browse files Browse the repository at this point in the history
  • Loading branch information
AXeL-dev committed May 28, 2022
1 parent 46e85dd commit 71b1169
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ui/components/pages/Channels/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ export function Channels(props: ChannelsProps) {
alignItems: 'center',
borderBottom: 1,
borderColor: 'divider',
padding: (theme) => theme.spacing(1.5, 3),
gap: 2,
py: 1.5,
pr: 4,
pl: 3,
}}
>
<Box sx={{ flexGrow: 1, display: 'flex' }}>
Expand Down

0 comments on commit 71b1169

Please sign in to comment.