fix bgcolor input

This commit is contained in:
Gabe Yuan
2023-08-10 12:29:21 +08:00
parent 326057ef87
commit 54ab126c64

View File

@@ -171,9 +171,9 @@ export default function Popup({ setShowPopup, translator: tran }) {
<TextField
size="small"
name="bgColor"
defaultValue={bgColor}
value={bgColor}
label={i18n("bg_color")}
onBlur={handleChange}
onChange={handleChange}
/>
<Button variant="text" onClick={handleOpenSetting}>