fix: remove thick black border from checkbox for cleaner UI

This commit is contained in:
antonio-jb 2025-07-27 17:56:32 +02:00
parent df3b092010
commit ef5d8c25eb
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-4.9 h-4.9 rounded-full 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) =>