diff --git a/src/pages/menu/components/CategoriesList/CategoriesList.tsx b/src/pages/menu/components/CategoriesList/CategoriesList.tsx index 0c3ab40..8f1f4fb 100644 --- a/src/pages/menu/components/CategoriesList/CategoriesList.tsx +++ b/src/pages/menu/components/CategoriesList/CategoriesList.tsx @@ -190,7 +190,7 @@ export function CategoriesList({ categories }: CategoriesListProps) { style={{ borderRadius: 8, border: "none", - backgroundColor: "var(--background)", + backgroundColor: isCategoriesSticky ? "transparent" : "var(--background)", }} styles={{ body: {