diff --git a/frontend/src/pages/BestellungDetail.tsx b/frontend/src/pages/BestellungDetail.tsx index e3b2b3e..1759782 100644 --- a/frontend/src/pages/BestellungDetail.tsx +++ b/frontend/src/pages/BestellungDetail.tsx @@ -483,9 +483,8 @@ export default function BestellungDetail() { head: [['Bezeichnung', 'Art.-Nr.', 'Menge', 'Einzelpreis', 'Gesamt']], body: rows, startY: curY, - theme: 'striped', + theme: 'plain', headStyles: { fillColor: [66, 66, 66], textColor: 255, fontStyle: 'bold' }, - alternateRowStyles: { fillColor: [245, 245, 245] }, margin: { left: 10, right: 10 }, styles: { fontSize: 9, cellPadding: 2 }, columnStyles: { @@ -539,9 +538,8 @@ export default function BestellungDetail() { head: [['Bezeichnung', 'Art.-Nr.', 'Menge']], body: rows, startY: curY, - theme: 'striped', + theme: 'plain', headStyles: { fillColor: [66, 66, 66], textColor: 255, fontStyle: 'bold' }, - alternateRowStyles: { fillColor: [245, 245, 245] }, margin: { left: 10, right: 10 }, styles: { fontSize: 9, cellPadding: 2 }, columnStyles: {