refactor(ui): seçim bileşeninin görsel etkileşimini modernize et.

This commit is contained in:
2026-01-09 18:26:46 +03:00
parent 8089a816ad
commit 79068c0faa
5 changed files with 48 additions and 9 deletions

View File

@@ -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}