@@ -644,7 +644,7 @@ import { isNullOrUndefined } from '@syncfusion/ej2-base';
644
644
if ( ( gridInstance . current . dataSource as any ) . length ) {
645
645
printTable (
646
646
( gridInstance . current ) ,
647
- "ABC SUPERMARKET " ,
647
+ "ShopNezt Supermarket " ,
648
648
( document . getElementById ( "billNoInput" ) as HTMLInputElement ) . value ,
649
649
( document . getElementById ( "customerName" ) as HTMLInputElement ) . value ,
650
650
( document . getElementById ( "phone-input" ) as HTMLInputElement ) . value ,
@@ -1140,7 +1140,7 @@ import { isNullOrUndefined } from '@syncfusion/ej2-base';
1140
1140
1141
1141
return (
1142
1142
< 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 >
1144
1144
{ /* Customer details Header element */ }
1145
1145
< div className = "header" style = { { marginTop : "15px" , height : '20%' } } >
1146
1146
< table className = "header-table" style = { { marginLeft : '40px' } } >
@@ -1332,15 +1332,15 @@ import { isNullOrUndefined } from '@syncfusion/ej2-base';
1332
1332
< div className = "col-xs-3 col-sm-3 " >
1333
1333
< div className = "e-card" id = "poscards" >
1334
1334
< 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 )' } } >
1336
1336
< ButtonComponent
1337
1337
ref = { buttonRef }
1338
1338
onClick = { onClickToggle }
1339
1339
isToggle = { true }
1340
1340
title = "Toggle Delivery type"
1341
1341
>
1342
1342
< 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" } } >
1344
1344
{ deliveryType }
1345
1345
</ span >
1346
1346
</ ButtonComponent >
@@ -1352,7 +1352,7 @@ import { isNullOrUndefined } from '@syncfusion/ej2-base';
1352
1352
< div className = "col-xs-3 col-sm-3 " >
1353
1353
< div className = "e-card" id = "poscards" >
1354
1354
< 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 )' } } >
1356
1356
< ButtonComponent
1357
1357
id = "cardPayButton"
1358
1358
title = "Click to enter card payment"
@@ -1373,7 +1373,7 @@ import { isNullOrUndefined } from '@syncfusion/ej2-base';
1373
1373
< div className = "col-xs-3 col-sm-3 " >
1374
1374
< div className = "e-card" id = "poscards" >
1375
1375
< 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 ' } } >
1377
1377
< ButtonComponent
1378
1378
id = "UPIPayButton"
1379
1379
title = "Click to enter UPI payment"
@@ -1394,7 +1394,7 @@ import { isNullOrUndefined } from '@syncfusion/ej2-base';
1394
1394
< div className = "col-xs-3 col-sm-3 " >
1395
1395
< div className = "e-card" id = "poscards" >
1396
1396
< 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 ' } } >
1398
1398
< ButtonComponent
1399
1399
id = "cashPayButton"
1400
1400
title = "Click to enter cash payment"
0 commit comments