This commit is contained in:
Maze Winther
2025-07-29 23:21:02 +02:00
parent 95c53e441b
commit 118d9a9890
2 changed files with 20 additions and 4 deletions
+1 -1
View File
@@ -399,7 +399,7 @@ function ProjectCard({
>
{isSelectionMode && (
<div className="absolute top-3 left-3 z-10">
<div className="w-4 h-4 rounded-full bg-background/80 backdrop-blur-sm border flex items-center justify-center">
<div className="w-5 h-5 rounded bg-background/80 backdrop-blur-sm border flex items-center justify-center">
<Checkbox
checked={isSelected}
onCheckedChange={(checked) =>