Commit 5a47c255 authored by chechunchi's avatar chechunchi

fix some warning

parent fbe23d02
...@@ -242,7 +242,7 @@ export const DeckEditor: React.FC<{ ...@@ -242,7 +242,7 @@ export const DeckEditor: React.FC<{
<Space className={styles.title}> <Space className={styles.title}>
<Input <Input
placeholder={i18n("EnterTheDeckName")} placeholder={i18n("EnterTheDeckName")}
bordered={false} variant="borderless"
prefix={<EditOutlined />} prefix={<EditOutlined />}
style={{ width: "8.8rem" }} style={{ width: "8.8rem" }}
onChange={(e) => setDeckName(e.target.value)} onChange={(e) => setDeckName(e.target.value)}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment