fix(pdf): fix style property justifyContent in InvoicePDF component
All checks were successful
Staging Build / build (push) Successful in 3m8s
All checks were successful
Staging Build / build (push) Successful in 3m8s
This commit is contained in:
@@ -165,7 +165,7 @@ export const InvoicePDF = ({
|
|||||||
Anfragebestätigung: {order.order_number || order.id}
|
Anfragebestätigung: {order.order_number || order.id}
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
<View style={{ flexDirection: 'row', justify: 'space-between', marginBottom: 15 }}>
|
<View style={{ flexDirection: 'row', justifyContent: 'space-between', marginBottom: 15 }}>
|
||||||
<View style={{ width: '48%' }}>
|
<View style={{ width: '48%' }}>
|
||||||
<Text style={styles.label}>Endkunde</Text>
|
<Text style={styles.label}>Endkunde</Text>
|
||||||
<Text style={{ fontWeight: 'bold' }}>{customer.company_name}</Text>
|
<Text style={{ fontWeight: 'bold' }}>{customer.company_name}</Text>
|
||||||
|
|||||||
Reference in New Issue
Block a user