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
|
@ -15,7 +15,7 @@ export default function LabeledInput({
|
|||
name?: string;
|
||||
}) {
|
||||
return (
|
||||
<div className='grid grid-cols-1 gap-1'>
|
||||
<div className='grid grid-cols-1 gap-1 font-label'>
|
||||
<Label htmlFor={name}>{label}</Label>
|
||||
|
||||
<Input
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue