fix captcha image state

This commit is contained in:
Tom
2023-05-27 14:09:49 +02:00
parent d04dd32d5a
commit 0b877ec179
2 changed files with 7 additions and 3 deletions
@@ -84,7 +84,7 @@ export const StyledModal = styled(Modal)`
#nav {
float: right;
margin: 0;
width: 40px;
width: auto;
}
${({ selectedStyle }) => {