From 6725403be32836c0c1b7a262ac43f41a9455d210 Mon Sep 17 00:00:00 2001 From: Benjamin Cavy Date: Thu, 18 Apr 2024 16:42:27 +0200 Subject: [PATCH] fix: center icon in object plus/minus buttons Fix #104 --- src/inputs/objectInput.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/inputs/objectInput.tsx b/src/inputs/objectInput.tsx index 8832ae8..684e5bb 100644 --- a/src/inputs/objectInput.tsx +++ b/src/inputs/objectInput.tsx @@ -121,7 +121,7 @@ export const ObjectInput = (props: {value?: object, onChange?: (value: InternalS @@ -129,7 +129,7 @@ export const ObjectInput = (props: {value?: object, onChange?: (value: InternalS