Added some bold text to PDF footer

This commit is contained in:
Joao Ramos
2024-01-16 18:48:01 +00:00
parent d0b0dfb16f
commit 4448c2019e
2 changed files with 6 additions and 3 deletions

View File

@@ -28,6 +28,9 @@ export const styles = StyleSheet.create({
fontFamily: "Helvetica-Bold",
fontWeight: "bold",
},
textNormal: {
fontWeight: "normal",
},
textColor: {
color: "#4e4969",
},