Added some bold text to PDF footer
This commit is contained in:
@@ -28,6 +28,9 @@ export const styles = StyleSheet.create({
|
|||||||
fontFamily: "Helvetica-Bold",
|
fontFamily: "Helvetica-Bold",
|
||||||
fontWeight: "bold",
|
fontWeight: "bold",
|
||||||
},
|
},
|
||||||
|
textNormal: {
|
||||||
|
fontWeight: "normal",
|
||||||
|
},
|
||||||
textColor: {
|
textColor: {
|
||||||
color: "#4e4969",
|
color: "#4e4969",
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -18,18 +18,18 @@ const TestReportFooter = () => (
|
|||||||
>
|
>
|
||||||
<View style={[styles.spacedRow, styles.textMargin]}>
|
<View style={[styles.spacedRow, styles.textMargin]}>
|
||||||
<View>
|
<View>
|
||||||
<Text>Validity</Text>
|
<Text style={styles.textBold}>Validity</Text>
|
||||||
<Text>
|
<Text>
|
||||||
This report remains valid for a duration of three months from the test
|
This report remains valid for a duration of three months from the test
|
||||||
date.
|
date.
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
<View>
|
<View>
|
||||||
<Text>Confidential – circulated for concern people</Text>
|
<Text style={styles.textBold}>Confidential – <Text style={[styles.textFont, styles.textNormal]}>circulated for concern people</Text></Text>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
<View style={{ paddingTop: 10 }}>
|
<View style={{ paddingTop: 10 }}>
|
||||||
<Text>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
|
||||||
not the sole determinants of candidates' English proficiency
|
not the sole determinants of candidates' English proficiency
|
||||||
|
|||||||
Reference in New Issue
Block a user