Skip to content

Commit

Permalink
fix(ONYX-191): padding in add artists you collect (#9081)
Browse files Browse the repository at this point in the history
fix: padding in add artists you collect
  • Loading branch information
MounirDhahri authored Jul 28, 2023
1 parent 1c59402 commit cd04a73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const MyCollectionAddCollectedArtistsAutosuggest: React.FC<{}> = ({}) =>

const HeaderComponent = () => (
<>
<Flex flexDirection="row" mt={1}>
<Flex flexDirection="row" py={1}>
<Text variant="xs" color="black60">
Can't find the artist?{" "}
</Text>
Expand Down

0 comments on commit cd04a73

Please sign in to comment.