ui 수정 및 시현할 기능 업데이트
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user