mirror of
https://github.com/Afilmory/afilmory
synced 2026-02-01 22:48:17 +00:00
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user