Skip to content

Commit c5c32a1

Browse files
committed
style: make plus button bigger
1 parent f7ef8d7 commit c5c32a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/web/src/components/ui/draggable-item.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ function PlusButton({
218218
<Button
219219
size="icon"
220220
className={cn(
221-
"absolute bottom-2 right-2 size-4 bg-background hover:bg-panel text-foreground",
221+
"absolute bottom-2 right-2 size-5 bg-background hover:bg-panel text-foreground",
222222
className
223223
)}
224224
onClick={(e) => {
@@ -228,7 +228,7 @@ function PlusButton({
228228
}}
229229
title={tooltipText}
230230
>
231-
<Plus className="size-3!" />
231+
<Plus className="size-4!" />
232232
</Button>
233233
);
234234

0 commit comments

Comments
 (0)