feat(settings): add font and apply to relevant text fields
This commit is contained in:
parent
a1a482abcc
commit
4b3e0677e4
9 changed files with 49 additions and 18 deletions
|
@ -25,13 +25,13 @@ export default function LoginForm() {
|
|||
<LabeledInput
|
||||
type='email'
|
||||
label='E-Mail or Username'
|
||||
placeholder='What you are known as.'
|
||||
placeholder='What you are known as'
|
||||
name='email'
|
||||
/>
|
||||
<LabeledInput
|
||||
type='password'
|
||||
label='Password'
|
||||
placeholder="Let's hope you remember it."
|
||||
placeholder="Let's hope you remember it"
|
||||
name='password'
|
||||
/>
|
||||
<div className='grid grid-rows-2 gap-2'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue