Fixed order total mismatch issue on cancelled page

Fixed token validation issue
Fixed issue displaying shipping method and fee on checkout
Added Light only theme
Fixed positioning issue on mobile view
This commit is contained in:
2025-10-12 00:45:36 +02:00
parent 5df46cba7e
commit ee1ce09508
7 changed files with 66 additions and 22 deletions

View File

@@ -39,11 +39,11 @@ function App() {
gap={4}
>
<Image width="550px" src={logo} className="logo react" alt="React logo" />
<Center>
<Button variant="outline" onClick={toggleColorMode} >
{colorMode === "light" ? <><LuSun /> Toggle Light mode</> : <><LuMoon /> Toogle Dark mode</>}
</Button>
</Center>
{/*<Center>*/}
{/* <Button variant="outline" onClick={toggleColorMode} >*/}
{/* {colorMode === "light" ? <><LuSun /> Toggle Light mode</> : <><LuMoon /> Toogle Dark mode</>}*/}
{/* </Button>*/}
{/*</Center>*/}
</Grid>
<Flex direction="row" gap="4" justify="space-between" align="center" mb="10">