mirror of
https://github.com/r2r90/canvas-label.git
synced 2025-12-17 12:35:48 +00:00
text edit finition
This commit is contained in:
@@ -22,7 +22,7 @@ export function FontSizeSelector({ value, fontSizeHandler }: FontSizeSelector) {
|
||||
<Slider
|
||||
id="fontSize"
|
||||
min={1}
|
||||
max={48}
|
||||
max={100}
|
||||
defaultValue={[value ?? 16]}
|
||||
step={1}
|
||||
onValueChange={(e) => {
|
||||
@@ -33,13 +33,6 @@ export function FontSizeSelector({ value, fontSizeHandler }: FontSizeSelector) {
|
||||
/>
|
||||
</div>
|
||||
</HoverCardTrigger>
|
||||
{/* <HoverCardContent
|
||||
align="start"
|
||||
className="w-[260px] text-sm"
|
||||
side="left"
|
||||
>
|
||||
Select font
|
||||
</HoverCardContent> */}
|
||||
</HoverCard>
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user