style: input text alignment

This commit is contained in:
Carlos Valente
2024-05-24 09:15:53 +02:00
committed by Carlos Valente
parent 71a7fe96d1
commit b8d5a30caf
3 changed files with 4 additions and 7 deletions
@@ -28,7 +28,7 @@ export default function TimeInputWithButton<T extends string>(props: PropsWithCh
submitHandler={submitHandler}
time={time}
placeholder={placeholder}
className={style.inputField}
align='left'
disabled={disabled}
/>
{children}