Skip to content

Commit

Permalink
[INJI-577] fix alignment issue in sendVcScreen
Browse files Browse the repository at this point in the history
Signed-off-by: Kiruthika Jeyashankar <[email protected]>
  • Loading branch information
KiruthikaJeyashankar committed Dec 12, 2023
1 parent 047b8b6 commit 89ba347
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion screens/Scan/SendVcScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ export const SendVcScreen: React.FC = () => {
/>
))}
</Column>
<Column backgroundColor={Theme.Colors.whiteBackgroundColor}>
<Column
margin={[1, 0, 1, 0]}
backgroundColor={Theme.Colors.whiteBackgroundColor}>
{!controller.selectedVc.shouldVerifyPresence && (
<Button
type="gradient"
Expand Down

0 comments on commit 89ba347

Please sign in to comment.