style: rounded corners

This commit is contained in:
Maze Winther
2025-08-16 18:43:54 +02:00
parent 9da0dfc107
commit c0709293da
+1 -1
View File
@@ -399,7 +399,7 @@ function ProjectCard({
> >
{isSelectionMode && ( {isSelectionMode && (
<div className="absolute top-3 left-3 z-10"> <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 <Checkbox
checked={isSelected} checked={isSelected}
onCheckedChange={(checked) => onCheckedChange={(checked) =>