fix form skeleton
This commit is contained in:
parent
8c1ad530bc
commit
f91be5d70f
|
@ -72,7 +72,7 @@ export function InputSkeleton ({ label, hint }) {
|
|||
return (
|
||||
<BootstrapForm.Group>
|
||||
{label && <BootstrapForm.Label>{label}</BootstrapForm.Label>}
|
||||
<div className='form-control clouds' />
|
||||
<div className='form-control clouds' style={{ color: 'transparent' }}>.</div>
|
||||
{hint &&
|
||||
<BootstrapForm.Text>
|
||||
{hint}
|
||||
|
|
Loading…
Reference in New Issue