refactor(ui): seçim bileşeninin görsel etkileşimini modernize et.
This commit is contained in:
@@ -352,10 +352,10 @@ export const TimerPage = () => {
|
||||
}
|
||||
}}
|
||||
>
|
||||
<SelectTrigger className="h-9 w-[180px] text-xs">
|
||||
<SelectTrigger className="h-9 w-[180px] flex-shrink-0 text-xs">
|
||||
<SelectValue />
|
||||
</SelectTrigger>
|
||||
<SelectContent align="end">
|
||||
<SelectContent>
|
||||
{sortOptions.map((option) => (
|
||||
<SelectItem
|
||||
key={option.value}
|
||||
|
||||
Reference in New Issue
Block a user