|
@@ -206,7 +206,7 @@
|
|
}}
|
|
}}
|
|
closeFocus={false}
|
|
closeFocus={false}
|
|
>
|
|
>
|
|
- <DropdownMenu.Trigger class="relative w-full" aria-label={placeholder}>
|
|
|
|
|
|
+ <DropdownMenu.Trigger class="relative w-full font-primary" aria-label={placeholder}>
|
|
<div
|
|
<div
|
|
class="flex w-full text-left px-0.5 outline-none bg-transparent truncate text-lg font-semibold placeholder-gray-400 focus:outline-none"
|
|
class="flex w-full text-left px-0.5 outline-none bg-transparent truncate text-lg font-semibold placeholder-gray-400 focus:outline-none"
|
|
>
|
|
>
|
|
@@ -222,7 +222,7 @@
|
|
<DropdownMenu.Content
|
|
<DropdownMenu.Content
|
|
class=" z-40 {$mobile
|
|
class=" z-40 {$mobile
|
|
? `w-full`
|
|
? `w-full`
|
|
- : `${className}`} max-w-[calc(100vw-1rem)] justify-start rounded-xl bg-white dark:bg-gray-850 dark:text-white shadow-lg border border-gray-300/30 dark:border-gray-850/50 outline-none "
|
|
|
|
|
|
+ : `${className}`} max-w-[calc(100vw-1rem)] justify-start rounded-xl bg-white dark:bg-gray-850 dark:text-white shadow-lg border border-gray-300/30 dark:border-gray-850/50 outline-none"
|
|
transition={flyAndScale}
|
|
transition={flyAndScale}
|
|
side={$mobile ? 'bottom' : 'bottom-start'}
|
|
side={$mobile ? 'bottom' : 'bottom-start'}
|
|
sideOffset={4}
|
|
sideOffset={4}
|