[agent-pipeline] pipe-20260315072335-zb1m round-3

This commit is contained in:
DDD1542 2026-03-15 16:32:53 +09:00
parent bafc81b2a3
commit 0ac9db45a0
1 changed files with 2 additions and 2 deletions

View File

@ -204,7 +204,7 @@ export default function ScreenManagementPage() {
{viewMode === "tree" ? (
<div className="flex-1 overflow-hidden flex">
{/* 왼쪽: 트리 구조 */}
<div className="w-[350px] min-w-[280px] max-w-[450px] flex flex-col border-r border-border/50 bg-muted/5">
<div className="w-[350px] min-w-[280px] max-w-[450px] flex flex-col border-r border-border/50 bg-background/80 backdrop-blur-sm">
{/* 검색 */}
<div className="flex-shrink-0 p-3 border-b border-border/50">
<div className="relative">
@ -213,7 +213,7 @@ export default function ScreenManagementPage() {
placeholder="화면 검색..."
value={searchTerm}
onChange={(e) => setSearchTerm(e.target.value)}
className="pl-9 h-9 bg-muted/30 border-border/50 focus:bg-background transition-colors"
className="pl-9 h-9 rounded-xl bg-muted/30 border-border/50 focus:bg-background focus:ring-2 focus:ring-primary/30 transition-colors"
/>
</div>
</div>