diff --git a/app/pages/BookmarksCategory.jsx b/app/pages/BookmarksCategory.jsx index 3d8c6c0..843907a 100644 --- a/app/pages/BookmarksCategory.jsx +++ b/app/pages/BookmarksCategory.jsx @@ -56,13 +56,25 @@ export function BookmarksCategoryPage(props) { } }, [scrollPosition]); + const DropdownTheme = { + floating: { + target: + "w-fit bg-blue-600 enabled:hover:bg-blue-700 focus:ring-4 focus:outline-none focus:ring-blue-300 text-center dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800", + }, + }; + return (

{props.SectionTitleMapping[props.slug]}

- + {sort.values.map((item, index) => ( setSelectedSort(index)}>

Избранное

- + {sort.values.map((item, index) => ( setSelectedSort(index)}>