fix bgcolor input
This commit is contained in:
@@ -171,9 +171,9 @@ export default function Popup({ setShowPopup, translator: tran }) {
|
|||||||
<TextField
|
<TextField
|
||||||
size="small"
|
size="small"
|
||||||
name="bgColor"
|
name="bgColor"
|
||||||
defaultValue={bgColor}
|
value={bgColor}
|
||||||
label={i18n("bg_color")}
|
label={i18n("bg_color")}
|
||||||
onBlur={handleChange}
|
onChange={handleChange}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Button variant="text" onClick={handleOpenSetting}>
|
<Button variant="text" onClick={handleOpenSetting}>
|
||||||
|
|||||||
Reference in New Issue
Block a user