mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-23 02:35:49 +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:
parent
22aeebe8d3
commit
d8e5194e99
@ -105,7 +105,7 @@ export const ResetModal = (props) => {
|
||||
<Col style={{margin: "0px auto 40px auto", width: 1000, height: 300}}>
|
||||
<Row style={{width: "100%", marginBottom: "20px"}}>
|
||||
<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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user