mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-15 07:48:24 -04:00
fix(tui): keep destructive actions visible
This commit is contained in:
@@ -566,7 +566,7 @@ export function DialogSelect<T>(props: DialogSelectProps<T>) {
|
||||
: active()
|
||||
? theme.text.action[variant()].focused
|
||||
: variant() === "destructive"
|
||||
? theme.text.action.destructive.default
|
||||
? theme.text.feedback.error.default
|
||||
: theme.text.default
|
||||
}
|
||||
attributes={active() ? TextAttributes.BOLD : undefined}
|
||||
|
||||
Reference in New Issue
Block a user