Add Static Color
This commit is contained in:
parent
4609d1a208
commit
52e0fe705a
|
|
@ -607,7 +607,7 @@ const Printstyle12 = ({
|
||||||
{!estimatePrintHeader && table2Data?.OrderType === 'E' ? (
|
{!estimatePrintHeader && table2Data?.OrderType === 'E' ? (
|
||||||
''
|
''
|
||||||
) : (
|
) : (
|
||||||
<div className="PrintStyle12-firstDiv">
|
<div className="PrintStyle12-firstDiv" style={{...headerStyle}}>
|
||||||
<div style={{ display: 'flex', flexDirection: 'column' }}>
|
<div style={{ display: 'flex', flexDirection: 'column' }}>
|
||||||
<hr
|
<hr
|
||||||
style={{
|
style={{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue