Fixed landing page being broken in mobile and merged popup styling

This commit is contained in:
Keannu Christian Bernasol 2023-12-03 11:26:16 +08:00
parent fb41277746
commit 1c595b3b03
4 changed files with 16 additions and 29 deletions

View file

@ -140,18 +140,7 @@ export default function EquipmentListPage() {
onClose={() => SetEditModalOpen(false)}
modal
position={"top center"}
contentStyle={{
width: "32rem",
borderRadius: 16,
borderColor: "grey",
borderStyle: "solid",
borderWidth: 1,
padding: 16,
alignContent: "center",
justifyContent: "center",
textAlign: "center",
flexWrap: "wrap",
}}
contentStyle={styles.popup_center}
>
<EditSKUModal id={selectedItem} setOpen={SetEditModalOpen} />
</Popup>