fix: change captcha font family
This commit is contained in:
@@ -262,7 +262,7 @@ function LoginEmandate() {
|
||||
/>
|
||||
|
||||
<Group mt="sm" align="center">
|
||||
<Box style={{ backgroundColor: "#fff", fontSize: "18px", textDecoration: "line-through", padding: "4px 8px", fontFamily: "cursive" }}>{captcha}</Box>
|
||||
<Box style={{ backgroundColor: "#fff", fontSize: "18px", textDecoration: "line-through", padding: "4px 8px", fontFamily: "Verdana" }}>{captcha}</Box>
|
||||
<Button size="xs" variant="light" onClick={regenerateCaptcha}>Refresh</Button>
|
||||
</Group>
|
||||
<TextInput
|
||||
@@ -328,7 +328,7 @@ function LoginEmandate() {
|
||||
fontSize: "16px",
|
||||
textDecoration: "line-through",
|
||||
padding: "4px 8px",
|
||||
fontFamily: "cursive",
|
||||
fontFamily: "Verdana",
|
||||
}}
|
||||
>
|
||||
{captcha}
|
||||
|
||||
Reference in New Issue
Block a user