Fixed footer paddings

This commit is contained in:
Joao Ramos
2024-01-27 20:07:40 +00:00
parent 7c641508ce
commit 34b1c7f25b

View File

@@ -38,14 +38,14 @@ const TestReportFooter = ({ userId }: Props) => (
</View> </View>
</View> </View>
{userId && ( {userId && (
<View style={{ paddingTop: 10 }}> <View>
<Text style={styles.textBold}> <Text style={styles.textBold}>
User ID:{" "} User ID:{" "}
<Text style={[styles.textFont, styles.textNormal]}>{userId}</Text> <Text style={[styles.textFont, styles.textNormal]}>{userId}</Text>
</Text> </Text>
</View> </View>
)} )}
<View style={{ paddingTop: 10 }}> <View style={{ paddingTop: 4 }}>
<Text style={styles.textBold}>Declaration</Text> <Text style={styles.textBold}>Declaration</Text>
<Text style={{ paddingTop: 5 }}> <Text style={{ paddingTop: 5 }}>
We hereby declare that exam results on our platform, assessed by AI, are We hereby declare that exam results on our platform, assessed by AI, are