fix: update password and deprecated phone inputs to be consistent with other existing inputs in signup

This commit is contained in:
Christian Andolf
2025-06-05 10:32:16 +02:00
parent 89fe73c1bf
commit 5d89f6c465
4 changed files with 11 additions and 68 deletions

View File

@@ -1,15 +1,15 @@
.helpText {
align-items: flex-start;
display: flex;
gap: var(--Spacing-x-half);
gap: var(--Space-x05);
}
.error {
align-items: center;
color: var(--Text-Interactive-Error);
display: flex;
gap: var(--Spacing-x-half);
margin: var(--Spacing-x1) 0 0;
gap: var(--Space-x05);
margin: var(--Space-x1) 0 0;
}
.error svg {