Skip to content

Commit

Permalink
fix(lld/customlockscreen): remove ImageCropper extra margin
Browse files Browse the repository at this point in the history
  • Loading branch information
ofreyssinet-ledger committed Mar 18, 2024
1 parent 1605f13 commit 84e1aa8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ const ImageCropper: React.FC<Props> = props => {
objectFit="vertical-cover"
/>
</Flex>
<Flex my={10} flexDirection={"row"} columnGap={4} alignItems={"center"}>
<Flex mt={10} flexDirection={"row"} columnGap={4} alignItems={"center"}>
{children}
<Button
variant="shade"
Expand Down

0 comments on commit 84e1aa8

Please sign in to comment.