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
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:
@@ -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>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user