mirror of
https://github.com/spliit-app/spliit.git
synced 2026-02-06 15:46:12 +01:00
Change field size
This commit is contained in:
@@ -295,7 +295,7 @@ export function ExpenseForm({ group, expense, onSubmit, onDelete }: Props) {
|
||||
<div className="flex gap-1 items-baseline">
|
||||
<FormControl>
|
||||
<Input
|
||||
className="w-[100px]"
|
||||
className="w-[80px]"
|
||||
type="number"
|
||||
value={
|
||||
field.value?.find(
|
||||
|
||||
Reference in New Issue
Block a user