OrderTypesBottomSheet: initial commit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user