From 0b3cefb1253d8f94b5c98e3db3cdb9b61c8d5ac4 Mon Sep 17 00:00:00 2001 From: MyPrototypeWhat Date: Tue, 11 Nov 2025 10:46:20 +0800 Subject: [PATCH] style(select): update styles for Select component items and content - Adjusted border radius for SelectContent to 'rounded-2xs' for a more modern look. - Enhanced SelectItem styles to include a background color for checked state. - Updated CheckIcon color to 'text-primary' for better visibility in the SelectItem. --- packages/ui/src/components/primitives/select.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/ui/src/components/primitives/select.tsx b/packages/ui/src/components/primitives/select.tsx index f543162e52..57fdb2bc61 100644 --- a/packages/ui/src/components/primitives/select.tsx +++ b/packages/ui/src/components/primitives/select.tsx @@ -78,7 +78,7 @@ function SelectContent({ - + {children}