fix: text placement
This commit is contained in:
@@ -102,12 +102,13 @@ function StepEnterPassword ({
|
||||
{/* TODO: customize checkbox */}
|
||||
<label
|
||||
htmlFor={AUTH_PAGE_ELEMENT.INPUT_REMEMBER_ME}
|
||||
className='text-sm2 px-2 py-0.5'
|
||||
className='text-sm2 px-2 py-0.5 mt-0.5'
|
||||
>
|
||||
{t('EnterPass.LabelRememberance')}
|
||||
</label>
|
||||
<input
|
||||
name={AUTH_PAGE_ELEMENT.INPUT_REMEMBER_ME}
|
||||
id={AUTH_PAGE_ELEMENT.INPUT_REMEMBER_ME}
|
||||
className='h-4.5 w-4.5 checked:accent-primary'
|
||||
onChange={onChange}
|
||||
type='checkbox'
|
||||
|
||||
Reference in New Issue
Block a user