mirror of
https://github.com/spliit-app/spliit.git
synced 2026-03-04 20:06:11 +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">
|
<div className="flex gap-1 items-baseline">
|
||||||
<FormControl>
|
<FormControl>
|
||||||
<Input
|
<Input
|
||||||
className="w-[100px]"
|
className="w-[80px]"
|
||||||
type="number"
|
type="number"
|
||||||
value={
|
value={
|
||||||
field.value?.find(
|
field.value?.find(
|
||||||
|
|||||||
Reference in New Issue
Block a user