@@ -644,7 +644,7 @@ import { isNullOrUndefined } from '@syncfusion/ej2-base';
644644 if ( ( gridInstance . current . dataSource as any ) . length ) {
645645 printTable (
646646 ( gridInstance . current ) ,
647- "ABC SUPERMARKET " ,
647+ "ShopNezt Supermarket " ,
648648 ( document . getElementById ( "billNoInput" ) as HTMLInputElement ) . value ,
649649 ( document . getElementById ( "customerName" ) as HTMLInputElement ) . value ,
650650 ( document . getElementById ( "phone-input" ) as HTMLInputElement ) . value ,
@@ -1140,7 +1140,7 @@ import { isNullOrUndefined } from '@syncfusion/ej2-base';
11401140
11411141 return (
11421142 < div >
1143- < div className = "input-container-title" > ABC SUPERMARKET POINT OF SALE (POS)</ div >
1143+ < div className = "input-container-title" > ShopNezt Supermarket Point Of Sale (POS)</ div >
11441144 { /* Customer details Header element */ }
11451145 < div className = "header" style = { { marginTop : "15px" , height : '20%' } } >
11461146 < table className = "header-table" style = { { marginLeft : '40px' } } >
@@ -1332,15 +1332,15 @@ import { isNullOrUndefined } from '@syncfusion/ej2-base';
13321332 < div className = "col-xs-3 col-sm-3 " >
13331333 < div className = "e-card" id = "poscards" >
13341334 < div className = "e-card-actions" >
1335- < div className = "e-card-btn-txt" id = "deliverOptionDiv" style = { { background : 'linear-gradient(to right, rgb( 251, 146, 60), rgb(224 212 55) 50%, rgb(251, 146, 60) )' } } >
1335+ < div className = "e-card-btn-txt" id = "deliverOptionDiv" style = { { background : 'rgba( 251, 140, 0, 0.7 )' } } >
13361336 < ButtonComponent
13371337 ref = { buttonRef }
13381338 onClick = { onClickToggle }
13391339 isToggle = { true }
13401340 title = "Toggle Delivery type"
13411341 >
13421342 < span > Delivery Type:</ span >
1343- < span ref = { deliverytypeRef } style = { { color : deliveryType === "Take Away" ? "rgb(8 168 67) " : "red" } } >
1343+ < span ref = { deliverytypeRef } style = { { color : deliveryType === "Take Away" ? "green " : "red" } } >
13441344 { deliveryType }
13451345 </ span >
13461346 </ ButtonComponent >
@@ -1352,7 +1352,7 @@ import { isNullOrUndefined } from '@syncfusion/ej2-base';
13521352 < div className = "col-xs-3 col-sm-3 " >
13531353 < div className = "e-card" id = "poscards" >
13541354 < div className = "e-card-actions" >
1355- < div className = "e-card-btn-txt" id = "cardPayButtonDiv" style = { { background : 'linear-gradient(to right, rgb(16, 18, 240), rgb(141 149 232) 50%, rgb(16, 18, 240) )' } } >
1355+ < div className = "e-card-btn-txt" id = "cardPayButtonDiv" style = { { background : 'rgb(79, 70, 229 )' } } >
13561356 < ButtonComponent
13571357 id = "cardPayButton"
13581358 title = "Click to enter card payment"
@@ -1373,7 +1373,7 @@ import { isNullOrUndefined } from '@syncfusion/ej2-base';
13731373 < div className = "col-xs-3 col-sm-3 " >
13741374 < div className = "e-card" id = "poscards" >
13751375 < div className = "e-card-actions" >
1376- < div className = "e-card-btn-txt" id = "UPIPayButtondiv" style = { { background : 'linear-gradient(to right, #15803d, #55e189 50%, #15803d) ' } } >
1376+ < div className = "e-card-btn-txt" id = "UPIPayButtondiv" style = { { background : 'green ' } } >
13771377 < ButtonComponent
13781378 id = "UPIPayButton"
13791379 title = "Click to enter UPI payment"
@@ -1394,7 +1394,7 @@ import { isNullOrUndefined } from '@syncfusion/ej2-base';
13941394 < div className = "col-xs-3 col-sm-3 " >
13951395 < div className = "e-card" id = "poscards" >
13961396 < div className = "e-card-actions" >
1397- < div className = "e-card-btn-txt" id = "totalNetAmount" style = { { background : 'linear-gradient(to right, rgb(251 60 60), rgb(239 179 87) 50%, rgb(251 60 60)) ' } } >
1397+ < div className = "e-card-btn-txt" id = "totalNetAmount" style = { { background : 'black ' } } >
13981398 < ButtonComponent
13991399 id = "cashPayButton"
14001400 title = "Click to enter cash payment"
0 commit comments