Merge pull request [#471](https://github.com/mazeincoding/AppCut/issues/471)
This commit is contained in:
parent
2e0c9f4b23
commit
2cf02dd90a
|
|
@ -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) =>
|
||||
|
|
|
|||
Loading…
Reference in New Issue