From fb2ab7db17b45c381bca3548836ddb35743059ea Mon Sep 17 00:00:00 2001 From: Adam Shiervani Date: Tue, 12 Aug 2025 14:29:57 +0200 Subject: [PATCH] fix(ui): adjust SelectMenuBasic component styles for improved layout --- ui/src/components/SelectMenuBasic.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/components/SelectMenuBasic.tsx b/ui/src/components/SelectMenuBasic.tsx index d5e9597..b92f837 100644 --- a/ui/src/components/SelectMenuBasic.tsx +++ b/ui/src/components/SelectMenuBasic.tsx @@ -26,7 +26,7 @@ type SelectMenuProps = Pick< const sizes = { XS: "h-[24.5px] pl-3 pr-8 text-xs", - SM: "h-[32px] pl-3 pr-8 text-[13px]", + SM: "h-[36px] pl-3 pr-8 text-[13px]", MD: "h-[40px] pl-4 pr-10 text-sm", LG: "h-[48px] pl-4 pr-10 px-5 text-base", }; @@ -62,7 +62,7 @@ export const SelectMenuBasic = React.forwardRef - {label && } + {label && }