fix: select element width

This commit is contained in:
Catalin Pit
2024-09-05 16:01:09 +03:00
parent a301dd345f
commit 80d2d0703a

View File

@ -259,7 +259,7 @@ export const SignaturePad = ({
<div className="absolute right-2 top-2">
<Select onValueChange={(value) => setSelectedColor(value)}>
<SelectTrigger className="bg-background w-[60px]">
<SelectTrigger className="bg-background w-[90px]">
<SelectValue placeholder="Color" />
</SelectTrigger>