Skip to content

Commit

Permalink
fix(EMI-2122): Fix padding issue in collector signals in Artwork Deta…
Browse files Browse the repository at this point in the history
…ils screen (#10959)

fix(EMI-2122): Fix margin issue in collector signals in Artwork Details screen
  • Loading branch information
MrSltun authored and MounirDhahri committed Oct 15, 2024
1 parent 25518a4 commit 90ce6d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const ArtworkDetailsCollectorSignal: React.FC<Props> = ({ artwork }) => {
<Flex flexDirection="row" pt={4} pb={2}>
<SignalIcon mr={0.5} fill="black60" height={25} width={25} />

<Flex flexDirection="column">
<Flex flex={1} flexDirection="column">
<Text variant="sm-display" color="black100">
{singalTitle}
</Text>
Expand Down

0 comments on commit 90ce6d6

Please sign in to comment.