Update UI for color consistency, Further testing on harded Data for demo - INCOMPLETE need fix (Bug all data marked as Dangerous)

This commit is contained in:
2024-06-19 22:10:21 +08:00
parent b64e03d774
commit c84c93df36
9 changed files with 90 additions and 50 deletions

View File

@@ -232,7 +232,7 @@ const QRScannerScreen: React.FC<QRScannerScreenProps> = ({ clearScanData }) => {
<View style={styles.container}>
{/* Banner section */}
<View style={styles.banner}>
<Text style={styles.headerText}>SafeQR v0.77</Text>
<Text style={styles.headerText}>SafeQR v0.89</Text>
</View>
{/* Welcome Text */}
<Text style={styles.welcomeText}>Welcome to SafeQR code Scanner</Text>