mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
style: make plus button bigger
This commit is contained in:
@@ -218,7 +218,7 @@ function PlusButton({
|
|||||||
<Button
|
<Button
|
||||||
size="icon"
|
size="icon"
|
||||||
className={cn(
|
className={cn(
|
||||||
"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",
|
||||||
className
|
className
|
||||||
)}
|
)}
|
||||||
onClick={(e) => {
|
onClick={(e) => {
|
||||||
@@ -228,7 +228,7 @@ function PlusButton({
|
|||||||
}}
|
}}
|
||||||
title={tooltipText}
|
title={tooltipText}
|
||||||
>
|
>
|
||||||
<Plus className="size-3!" />
|
<Plus className="size-4!" />
|
||||||
</Button>
|
</Button>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user