fix: replace ring with border for provider selection state (#617)

* fix: replace ring with border for provider selection state

* fix(settings): use auto width for send shortcut selector to prevent text truncation
This commit is contained in:
broBinChen
2026-01-20 18:14:18 +08:00
committed by GitHub
parent 89a0e6d475
commit 7b5a3075cf
2 changed files with 3 additions and 3 deletions

View File

@@ -432,7 +432,7 @@ function SettingsContent({
>
<SelectTrigger
id="send-shortcut-select"
className="w-[170px] h-9 rounded-xl"
className="w-auto h-9 rounded-xl"
>
<SelectValue />
</SelectTrigger>