File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/studio/src/routes/editor/LayersPanel/ZoomControls Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ const ZoomControls = observer(() => {
74
74
} ;
75
75
76
76
return (
77
- < button className = "w-16 h-10 rounded-xl text-small flex flex-col items-center justify-center gap-1.5 text-foreground hover:text-muted-foreground" >
77
+ < div className = "w-16 h-10 rounded-xl text-small flex flex-col items-center justify-center gap-1.5 text-foreground hover:text-muted-foreground" >
78
78
< Popover open = { isDropdownOpen } onOpenChange = { setIsDropdownOpen } >
79
79
< Tooltip >
80
80
< TooltipTrigger asChild >
@@ -139,7 +139,7 @@ const ZoomControls = observer(() => {
139
139
</ button >
140
140
</ PopoverContent >
141
141
</ Popover >
142
- </ button >
142
+ </ div >
143
143
) ;
144
144
} ) ;
145
145
export default ZoomControls ;
You can’t perform that action at this time.
0 commit comments