From 3df3be6c345ad67ecfade6b7ea2bd5d985a46571 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Tue, 14 Jan 2025 15:49:48 +1100 Subject: [PATCH] tweak(ui): enum field selects have size="sm" --- .../nodes/Invocation/fields/inputs/EnumFieldInputComponent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invokeai/frontend/web/src/features/nodes/components/flow/nodes/Invocation/fields/inputs/EnumFieldInputComponent.tsx b/invokeai/frontend/web/src/features/nodes/components/flow/nodes/Invocation/fields/inputs/EnumFieldInputComponent.tsx index 0a632ee94e..8fb917aabb 100644 --- a/invokeai/frontend/web/src/features/nodes/components/flow/nodes/Invocation/fields/inputs/EnumFieldInputComponent.tsx +++ b/invokeai/frontend/web/src/features/nodes/components/flow/nodes/Invocation/fields/inputs/EnumFieldInputComponent.tsx @@ -26,7 +26,7 @@ const EnumFieldInputComponent = (props: FieldComponentProps +