fix: adjust text size in SelectContent component

- Updated the text size class from 'text-body' to 'text-sm' in the SelectContent component for improved readability.
- Maintained existing styles and functionality while enhancing the visual consistency of the component.

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2025-11-26 23:57:43 +08:00
parent 2a95dcecae
commit 4356494d01

View File

@@ -93,7 +93,7 @@ const SelectContent = ({
className={cn(
'bg-material-medium backdrop-blur-background text-text z-[60] max-h-96 min-w-32 overflow-hidden rounded border p-1',
'shadow-context-menu',
'motion-scale-in-75 motion-duration-150 text-body lg:animate-none',
'motion-scale-in-75 motion-duration-150 text-sm lg:animate-none',
className,
)}
position={position}