mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 17:26:23 +02:00
refactor(ui): update icon imports and adjust button styles in editor and report panels
This commit is contained in:
parent
b5921bf139
commit
18b4a6ea24
4 changed files with 25 additions and 23 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue