Merge branch 'password-confirm-fix' into 'develop'
RegistrationForm: validate password mismatch See merge request soapbox-pub/soapbox-fe!862
This commit is contained in:
commit
f51f3309a2
4 changed files with 6 additions and 7 deletions
Binary file not shown.
|
@ -6,7 +6,6 @@ exports[`<Checkbox /> renders correctly 1`] = `
|
|||
>
|
||||
<input
|
||||
type="checkbox"
|
||||
value={true}
|
||||
/>
|
||||
</div>
|
||||
`;
|
||||
|
|
Binary file not shown.
|
@ -371,13 +371,13 @@ code {
|
|||
select {
|
||||
border-color: lighten($error-red, 12%);
|
||||
}
|
||||
}
|
||||
|
||||
.error {
|
||||
display: block;
|
||||
font-weight: 500;
|
||||
color: lighten($error-red, 12%);
|
||||
margin-top: 4px;
|
||||
}
|
||||
.error {
|
||||
display: block;
|
||||
font-weight: 500;
|
||||
color: lighten($error-red, 12%);
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.input.disabled {
|
||||
|
|
Loading…
Reference in a new issue