diff --git a/apps/web/lib/components/kanban-card.tsx b/apps/web/lib/components/kanban-card.tsx index d14f3ff16..23a48cdc7 100644 --- a/apps/web/lib/components/kanban-card.tsx +++ b/apps/web/lib/components/kanban-card.tsx @@ -102,7 +102,7 @@ export default function Item(props: any) { {...provided.draggableProps} {...provided.dragHandleProps} style={getStyle(provided, style)} - className="flex flex-col rounded-2xl bg-white p-4 relative" + className="flex flex-col rounded-2xl bg-white dark:bg-dark--theme-light p-4 relative" data-is-dragging={isDragging} data-testid={item.id} data-index={index} @@ -115,8 +115,8 @@ export default function Item(props: any) {
-

#213

-

{item.content}

+

#213

+

{item.content}

@@ -126,8 +126,8 @@ export default function Item(props: any) {
- Worked: -

0 h 0 m

+ Worked: +

0 h 0 m

diff --git a/apps/web/lib/components/svgs/icons.tsx b/apps/web/lib/components/svgs/icons.tsx index e2ca3f280..83e8afe54 100644 --- a/apps/web/lib/components/svgs/icons.tsx +++ b/apps/web/lib/components/svgs/icons.tsx @@ -2221,11 +2221,18 @@ export function QuoteBlockIcon({ className }: IClassName) { ); } -export function AddIcon({ className }: IClassName) { - return ( - ) { + return ( + { > {(provided: DroppableProvided, snapshot: DroppableStateSnapshot) => (
@@ -165,8 +165,8 @@ export const KanbanView = ({ itemsArray }: { itemsArray: any}) => { title={column} items={items[column]} /> -
- +
+

Create Issues