diff --git a/web/src/screens/filters/list.tsx b/web/src/screens/filters/list.tsx index 053a4fd..1856968 100644 --- a/web/src/screens/filters/list.tsx +++ b/web/src/screens/filters/list.tsx @@ -149,7 +149,7 @@ function FilterList({ toggleCreateFilter }: any) {
-
+
@@ -390,7 +390,7 @@ function FilterListItem({ filter, idx }: FilterListItemProps) {
  • -
    - +
    +
    - + @@ -460,7 +460,7 @@ interface IndexerTagProps { const IndexerTag: FC = ({ indexer }) => ( {indexer.name} @@ -537,7 +537,7 @@ const ListboxFilter = ({ leaveTo="opacity-0" > {children} @@ -590,7 +590,7 @@ interface FilterOptionProps { const FilterOption = ({ label, value }: FilterOptionProps) => ( classNames( - "cursor-pointer select-none relative py-2 pl-10 pr-4", + "cursor-pointer select-none relative py-2 px-4", active ? "text-black dark:text-gray-200 bg-gray-100 dark:bg-gray-900" : "text-gray-700 dark:text-gray-400" )} value={value}