style: rounded corners

This commit is contained in:
Maze Winther 2025-08-16 18:43:54 +02:00
parent 9da0dfc107
commit c0709293da
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-xs border flex items-center justify-center">
<div className="w-5 h-5 rounded-full bg-background/80 backdrop-blur-xs border flex items-center justify-center">
<Checkbox
checked={isSelected}
onCheckedChange={(checked) =>