Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Space component #5034

Merged
merged 8 commits into from
May 28, 2024
Merged
24 changes: 11 additions & 13 deletions src/__tests__/components/__snapshots__/BalanceCard.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -305,19 +305,17 @@ exports[`BalanceCard should render with loading props 1`] = `
</View>
<View
style={
[
{
"alignItems": undefined,
"flex": undefined,
"flexDirection": "column",
"justifyContent": undefined,
"marginBottom": 11,
"marginLeft": 11,
"marginRight": 11,
"marginTop": 11,
},
undefined,
]
{
"alignItems": undefined,
"alignSelf": undefined,
"flexDirection": "column",
"flexGrow": undefined,
"justifyContent": undefined,
"marginBottom": 11,
"marginLeft": 11,
"marginRight": 11,
"marginTop": 11,
}
}
/>
<View
Expand Down
Loading
Loading