refactor(ui): update icon imports and adjust button styles in editor and report panels

This commit is contained in:
Anish Sarkar 2026-04-23 21:03:12 +05:30
parent b5921bf139
commit 18b4a6ea24
4 changed files with 25 additions and 23 deletions

View file

@ -311,7 +311,7 @@ export function EditorPanelContent({
<>
{showDesktopHeader ? (
<div className="shrink-0 border-b">
<div className="flex h-12 items-center justify-between px-4">
<div className="flex h-14 items-center justify-between px-4">
<h2 className="text-lg font-medium text-muted-foreground select-none">File</h2>
<div className="flex items-center gap-1 shrink-0">
<Button variant="ghost" size="icon" onClick={onClose} className="size-7 shrink-0">