From 1f5ee1ee3ff3423be5648651c85ea0871f65c55b Mon Sep 17 00:00:00 2001 From: Pablo Lara Date: Mon, 30 Sep 2024 17:23:52 +0200 Subject: [PATCH] chore: tweak styles --- .../table/data-table-filter-custom.tsx | 4 +++- .../ui/custom/custom-dropdown-filter.tsx | 21 ++++++++++++------- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/components/providers/table/data-table-filter-custom.tsx b/components/providers/table/data-table-filter-custom.tsx index afb0b3f4ef..04e6df67f2 100644 --- a/components/providers/table/data-table-filter-custom.tsx +++ b/components/providers/table/data-table-filter-custom.tsx @@ -46,7 +46,9 @@ export const DataTableFilterCustom = ({ startContent={} onPress={() => setShowFilters(!showFilters)} > - {showFilters ? "Hide Filters" : "Show Filters"} +

+ {showFilters ? "Hide Filters" : "Show Filters"} +

= ({ }, [groupSelected, allFilterKeys]); return (
- + -
+
- + Select All {allFilterKeys.map((value) => ( - - {value} + + {_.capitalize(value)} ))}