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

@@ -85,7 +85,7 @@ export const TextDisplayConfigPanel: React.FC<TextDisplayConfigPanelProps> = ({
<Input
id="color"
type="color"
value={config.color || "#3b83f6"}
value={config.color || "#212121"}
onChange={(e) => handleChange("color", e.target.value)}
/>
</div>