ui 수정 및 시현할 기능 업데이트

This commit is contained in:
leeheejin
2025-10-02 14:34:15 +09:00
parent 2c0dca08b4
commit 3fa410cbe4
168 changed files with 1545 additions and 1066 deletions

View File

@@ -117,12 +117,12 @@ export const ImprovedButtonControlConfigPanel: React.FC<ImprovedButtonControlCon
return (
<div className="space-y-6">
{/* 🔥 제어관리 활성화 스위치 */}
<div className="flex items-center justify-between rounded-lg border bg-blue-50 p-4">
<div className="flex items-center justify-between rounded-lg border bg-accent p-4">
<div className="flex items-center space-x-2">
<Settings className="h-4 w-4 text-blue-600" />
<Settings className="h-4 w-4 text-primary" />
<div>
<Label className="text-sm font-medium">🎮 </Label>
<p className="mt-1 text-xs text-gray-600"> </p>
<p className="mt-1 text-xs text-muted-foreground"> </p>
</div>
</div>
<Switch
@@ -172,9 +172,9 @@ export const ImprovedButtonControlConfigPanel: React.FC<ImprovedButtonControlCon
}
/>
<div className="rounded bg-blue-50 p-3">
<div className="rounded bg-accent p-3">
<div className="flex items-start space-x-2">
<Info className="h-4 w-4 text-blue-600 mt-0.5" />
<Info className="h-4 w-4 text-primary mt-0.5" />
<div className="text-xs text-blue-800">
<p className="font-medium"> :</p>
<p className="mt-1"> , .</p>
@@ -204,7 +204,7 @@ const RelationshipSelector: React.FC<{
return (
<div className="space-y-4">
<div className="flex items-center space-x-2">
<GitBranch className="h-4 w-4 text-blue-600" />
<GitBranch className="h-4 w-4 text-primary" />
<Label> </Label>
</div>