fix sticky category background

This commit is contained in:
2025-12-16 00:30:02 +03:00
parent 408be777b2
commit 7b47d47e78

View File

@@ -190,7 +190,7 @@ export function CategoriesList({ categories }: CategoriesListProps) {
style={{ style={{
borderRadius: 8, borderRadius: 8,
border: "none", border: "none",
backgroundColor: "var(--background)", backgroundColor: isCategoriesSticky ? "transparent" : "var(--background)",
}} }}
styles={{ styles={{
body: { body: {