orders details: initial commit

This commit is contained in:
2025-12-30 00:01:12 +03:00
parent d77047fdb2
commit e9dc1aa580
9 changed files with 705 additions and 156 deletions

View File

@@ -172,6 +172,11 @@
z-index: 999;
}
/* Dark theme styles for checkout */
:global(.darkApp) .checkoutButtonContainer {
background-color: #000000 !important;
}
.splitBillButton {
border-radius: 100px;
height: 48px;
@@ -221,10 +226,7 @@
font-size: 14px;
}
/* Dark theme styles for checkout */
:global(.darkApp) .checkoutButtonContainer {
background-color: #000000 !important;
}
:global(.darkApp) .splitBillButton {
color: #ffffff !important;