We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b09c699 commit d817eefCopy full SHA for d817eef
examples/default/src/screens/apm/NetworkLogScreen.tsx
@@ -67,9 +67,7 @@ export const NetworkLogScreen: React.FC<
67
Response Body:{' '}
68
</Heading>
69
<Container>
70
- <Text style={{ marginEnd: 16, marginRight: 16 }} fontSize="sm">
71
- {JSON.stringify(route.params.responseBody) ?? ''}
72
- </Text>
+ <Text fontSize="sm">{JSON.stringify(route.params.responseBody) ?? ''}</Text>
73
</Container>
74
</HStack>
75
0 commit comments