Skip to content

Commit

Permalink
Add gap for network icons
Browse files Browse the repository at this point in the history
  • Loading branch information
jonybur committed Nov 26, 2024
1 parent 0c69cb1 commit 7c168fe
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ const NetworkFilter = ({ handleClose }: SortControlProps) => {
display={Display.Flex}
justifyContent={JustifyContent.spaceBetween}
width={BlockSize.Full}
gap={3}
>
<Box>
<Text
Expand Down Expand Up @@ -169,6 +170,7 @@ const NetworkFilter = ({ handleClose }: SortControlProps) => {
<Box
display={Display.Flex}
justifyContent={JustifyContent.spaceBetween}
gap={3}
alignItems={AlignItems.center}
width={BlockSize.Full}
>
Expand Down

0 comments on commit 7c168fe

Please sign in to comment.