This commit is contained in:
zadit
2024-11-24 13:21:42 +07:00
parent 89b12737b7
commit 529a7e505c
7 changed files with 700 additions and 395 deletions

View File

@@ -422,6 +422,7 @@ const MaterialList = ({ cafeId, handleClose }) => {
</div>
)}
<div class="ItemLister_PaymentOption__YZlDL"><div style={{marginTop:'20px'}} onClick={handleClose} class="ItemLister_Pay2Button__+MIxX">Kembali</div></div>
<div style={{marginTop:'58px'}} ></div>
</div>
);
};
@@ -433,7 +434,8 @@ const styles = {
width: '100vw',
top: 0,
right: 0,
backgroundColor: 'rgb(207, 207, 207)'
backgroundColor: 'rgb(207, 207, 207)',
overflowY: 'auto'
},
heading: {
textAlign: "center",