diff --git a/apps/roam/src/components/results-view/Kanban.tsx b/apps/roam/src/components/results-view/Kanban.tsx index 88c8f25d1..d072f2297 100644 --- a/apps/roam/src/components/results-view/Kanban.tsx +++ b/apps/roam/src/components/results-view/Kanban.tsx @@ -137,8 +137,8 @@ const KanbanCard = (card: { hidden={!isDragHandle} />
@@ -609,17 +609,12 @@ const Kanban = ({ width: PSEUDO_CARD_WIDTH, }} > -
-
Card
+
+
Card
{showLegend === "Yes" && ( -
+
Group By: {columnKey} @@ -642,7 +637,7 @@ const Kanban = ({ return (
@@ -744,8 +739,7 @@ const Kanban = ({
- + {visibleColumns.map((c) => ( +
- + - + Column - + View {showColumnViewOptions && ( - + Options )} - + {views.map(({ column, mode, value }, i) => ( {column} @@ -1414,11 +1409,7 @@ const ResultsView: ResultsViewComponent = ({
)}
= { +const config: Pick = { content: [], presets: [sharedConfig], + darkMode: ["class", ".bp3-dark"], }; export default config;