style: crisp white icon labels (remove opacity), Bodemer role updated, tagline lowercase
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 24s
Build & Deploy / 🧪 QA (push) Failing after 1m54s
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 13s

This commit is contained in:
2026-06-12 11:09:19 +02:00
parent b53ea82be8
commit 0ad975f049
22 changed files with 5 additions and 3 deletions

View File

@@ -142,12 +142,14 @@ const styles = StyleSheet.create({
frontBrandIcon: {
width: 12, // Smaller for compact bar
height: 12,
opacity: 0.85,
},
frontBrandText: {
fontSize: 4, // Tiny but readable at 300dpi print
color: COLORS.white,
textTransform: 'uppercase',
letterSpacing: 0.6,
// Full opacity — white on blue needs to pop cleanly
},
frontTaglineBar: {
color: COLORS.green,
@@ -199,8 +201,8 @@ const styles = StyleSheet.create({
},
backBody: {
flex: 1,
flexDirection: 'column', // Fixed horizontal wrapping issue caused by absolute truck sibling
justifyContent: 'flex-start',
flexDirection: 'row',
justifyContent: 'space-between',
alignItems: 'flex-start',
width: '100%',
},