Improve WebAuthnCredentialTable and border radius

This commit is contained in:
Gucheng Wang
2022-10-03 18:45:35 +08:00
parent 4d6f68eddc
commit 58455e688e
6 changed files with 42 additions and 41 deletions

View File

@ -87,7 +87,7 @@ export const CaptchaPreview = ({
backgroundRepeat: "no-repeat",
height: "80px",
width: "200px",
borderRadius: "3px",
borderRadius: "5px",
border: "1px solid #ccc",
marginBottom: 10,
}}

View File

@ -101,7 +101,7 @@ export const CountDownInput = (props) => {
backgroundRepeat: "no-repeat",
height: "80px",
width: "200px",
borderRadius: "3px",
borderRadius: "5px",
border: "1px solid #ccc",
marginBottom: 10,
}}