style(tui): frame recovery decisions

This commit is contained in:
Xubin Ren
2026-08-24 00:58:04 +08:00
parent 5accc903a0
commit 8344066696
2 changed files with 7 additions and 1 deletions
+1
View File
@@ -312,6 +312,7 @@ function recoveryNoticeTheme(palette: Palette): RecoveryNoticeTheme {
return {
text: palette.text,
muted: palette.muted,
border: palette.border,
accent: palette.accent,
warning: palette.warning,
error: palette.error,