fix: remove unintended truck background from the white contact page
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 16s
Build & Deploy / 🏗️ Build (push) Has been cancelled
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
Build & Deploy / 🧪 QA (push) Has been cancelled

This commit is contained in:
2026-06-12 11:51:53 +02:00
parent 9944d3313b
commit 1203c20166
16 changed files with 0 additions and 14 deletions

View File

@@ -946,20 +946,6 @@ export const PDFBusinessCard: React.FC<PDFBusinessCardProps> = ({
</View>
<View style={styles.backBody}>
{withTruck && (
<View
style={[
styles.truckBackWrapper,
{ position: 'absolute', top: 0, left: 0, right: 0, bottom: 0, zIndex: -1 },
]}
>
<TruckBlueprint
style={styles.backBackgroundImage}
opacity={isWhiteVariant ? 0.35 : 0.25}
backgroundColor={isWhiteVariant ? '#ffffff' : '#f8f9fa'}
/>
</View>
)}
<View style={styles.leftColumn}>
<View style={styles.nameSection}>
<Text style={styles.nameText}>{person.name}</Text>