mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-09-03 10:00:22 +08:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user