Fixed footer paddings
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user