This commit is contained in:
Maze 2025-07-29 12:46:01 +02:00
parent 2e0c9f4b23
commit 2cf02dd90a
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ function ProjectCard({
>
{isSelectionMode && (
<div className="absolute top-3 left-3 z-10">
<div className="w-5 h-5 rounded bg-background/80 backdrop-blur-sm border flex items-center justify-center">
<div className="w-4 h-4 rounded-full bg-background/80 backdrop-blur-sm border flex items-center justify-center">
<Checkbox
checked={isSelected}
onCheckedChange={(checked) =>