feat: improve styles

This commit is contained in:
2026-04-03 15:04:10 +02:00
parent f082a30b7f
commit 0d469f70bf
4 changed files with 85 additions and 85 deletions

View File

@@ -206,8 +206,8 @@ function SourcePane({
return (
<div className="flex flex-col h-full">
<div className="flex items-center px-3 py-1.5 border-b-2 border-border shrink-0 gap-2">
<span className="text-xs text-muted-foreground flex-1">Source</span>
<div className="flex items-center px-4 py-2 border-b-2 border-border shrink-0 gap-2">
<span className="font-medium text-foreground flex-1">Source</span>
<Popover open={examplesOpen} onOpenChange={setExamplesOpen}>
<PopoverTrigger