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