Skip to content

Commit

Permalink
chore: adjust PickerNetwork padding
Browse files Browse the repository at this point in the history
  • Loading branch information
micaelae committed Dec 10, 2024
1 parent 91b81ee commit 7cb9695
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const PickerNetwork: PickerNetworkComponent = React.forwardRef(
backgroundColor={BackgroundColor.backgroundAlternative}
alignItems={AlignItems.center}
paddingLeft={2}
paddingRight={4}
paddingRight={2}
gap={2}
borderRadius={BorderRadius.pill}
display={Display.Flex}
Expand Down

0 comments on commit 7cb9695

Please sign in to comment.