From 78800b15fde3f27217444e23606a37f8c79e14a8 Mon Sep 17 00:00:00 2001 From: ScriptSmith Date: Mon, 26 Aug 2024 13:28:34 +1000 Subject: [PATCH] Remove basis & width from chakra Buttons in Flex --- src/components/input/InputPicker.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/input/InputPicker.js b/src/components/input/InputPicker.js index 6ce8ce77..25b5ffbc 100644 --- a/src/components/input/InputPicker.js +++ b/src/components/input/InputPicker.js @@ -17,11 +17,13 @@ export default function InputPicker({ choices, value, onChange = (_) => {} }) {