Skip to content

Commit

Permalink
LIVE-4052 - LLM fix issue in transfer drawer line spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
LFBarreto committed Oct 6, 2022
1 parent 5c5795a commit 6c17407
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/gorgeous-islands-call.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"live-mobile": patch
---

LLM - bug fix - issue in transfer drawer text spacing
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export default function TransferButton({
ml="16px"
py="1px"
flexShrink={1}
flexWrap="wrap"
>
<Flex flexDirection="row" alignItems={"center"}>
<Text
Expand All @@ -74,6 +73,7 @@ export default function TransferButton({
variant="body"
fontWeight="medium"
color={disabled ? "neutral.c40" : "neutral.c70"}
numberOfLines={3}
>
{description}
</Text>
Expand Down

0 comments on commit 6c17407

Please sign in to comment.