fix: correct background color of second page back to white
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 26s
Build & Deploy / 🧪 QA (push) Failing after 1m56s
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 9s

This commit is contained in:
2026-06-12 11:48:20 +02:00
parent d1cbfc41c8
commit 9944d3313b
16 changed files with 1 additions and 1 deletions

View File

@@ -995,7 +995,7 @@ export const PDFBusinessCard: React.FC<PDFBusinessCardProps> = ({
</Text>
</View>
</View>,
styles.pageBleed,
styles.pageBleedBack,
)}
</Document>
);