style: login modal

This commit is contained in:
jialin
2025-05-08 15:22:53 +08:00
parent e05b323489
commit f0f4bd8bf2
10 changed files with 65 additions and 31 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ const FormWrapper = styled.div`
height: max-content;
padding: 40px;
background-color: var(--color-modal-content-bg);
box-shadow: var(--color-modal-box-shadow);
.field-wrapper {
background-color: transparent !important;
}