mirror of
https://github.com/casdoor/casdoor.git
synced 2025-09-09 02:42:57 +08:00
fix: send code button background color
Signed-off-by: Kininaru <shiftregister233@outlook.com> fixed error Signed-off-by: Kininaru <shiftregister233@outlook.com>
This commit is contained in:
@@ -105,7 +105,7 @@ export const ResetModal = (props) => {
|
|||||||
<Col style={{margin: "0px auto 40px auto", width: 1000, height: 300}}>
|
<Col style={{margin: "0px auto 40px auto", width: 1000, height: 300}}>
|
||||||
<Row style={{width: "100%", marginBottom: "20px"}}>
|
<Row style={{width: "100%", marginBottom: "20px"}}>
|
||||||
<Input addonBefore={i18next.t("user:New " + destType)} placeholder={placeHolder} onChange={(e) => setDest(e.target.value)}
|
<Input addonBefore={i18next.t("user:New " + destType)} placeholder={placeHolder} onChange={(e) => setDest(e.target.value)}
|
||||||
addonAfter={<button style={{width: "90px", border: "none", backgroundColor: "#fff"}} onClick={sendCode}>{" " + sendButtonText + " "}</button>}
|
addonAfter={<button style={{width: "90px", border: "none", backgroundColor: "#fafafa"}} onClick={sendCode}>{" " + sendButtonText + " "}</button>}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
</Row>
|
</Row>
|
||||||
|
Reference in New Issue
Block a user