OrderTypesBottomSheet: initial commit

This commit is contained in:
2025-12-25 22:48:01 +03:00
parent ce9092d634
commit a2f8b943a1
5 changed files with 126 additions and 11 deletions

View File

@@ -189,7 +189,10 @@ export function CategoriesList({ categories }: CategoriesListProps) {
data-category-id={category.id}
style={{
borderRadius: 8,
border: "none",
borderTop: "none",
borderRight: "none",
borderBottom: "none",
borderLeft: "none",
backgroundColor: isCategoriesSticky ? "transparent" : "var(--background)",
}}
styles={{
@@ -232,7 +235,7 @@ export function CategoriesList({ categories }: CategoriesListProps) {
)}
<Space
direction="vertical"
orientation="vertical"
size="small"
style={{
flex: 1,
@@ -274,7 +277,6 @@ export function CategoriesList({ categories }: CategoriesListProps) {
width: 104,
height: 30,
marginBottom: 1,
border: "none",
}}
>
<ProText