edited EmailScreen's Delte Modal formatting

This commit is contained in:
2024-08-15 20:45:54 +08:00
parent 7618532d7a
commit 10803b9322
3 changed files with 7 additions and 6 deletions

View File

@@ -293,13 +293,14 @@ const ScannedDataBox: React.FC<ScannedDataBoxProps> = ({ qrCodeId, clearScanData
<Text style={[styles.resultText, { color: resultColor }]}>
Result: {resultText}
</Text>
<Text style={styles.classificationText}>
Classification: {classification}
</Text>
{/* URL Type */}
{type === 'URL' && (
<>
<Text style={styles.classificationText}>
Classification: {classification}
</Text>
<View style={styles.mainContent}>
{/* Left Container */}
<View style={styles.leftContainer}>