fix form skeleton

This commit is contained in:
keyan 2023-07-31 12:35:58 -05:00
parent 8c1ad530bc
commit f91be5d70f
1 changed files with 1 additions and 1 deletions

View File

@ -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}