We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ef8d7 commit c5c32a1Copy full SHA for c5c32a1
apps/web/src/components/ui/draggable-item.tsx
@@ -218,7 +218,7 @@ function PlusButton({
218
<Button
219
size="icon"
220
className={cn(
221
- "absolute bottom-2 right-2 size-4 bg-background hover:bg-panel text-foreground",
+ "absolute bottom-2 right-2 size-5 bg-background hover:bg-panel text-foreground",
222
className
223
)}
224
onClick={(e) => {
@@ -228,7 +228,7 @@ function PlusButton({
228
}}
229
title={tooltipText}
230
>
231
- <Plus className="size-3!" />
+ <Plus className="size-4!" />
232
</Button>
233
);
234
0 commit comments