fix(tui): keep context view concise

This commit is contained in:
chengyongru
2026-08-20 15:25:54 +08:00
committed by chengyongru
parent c5ae958bc3
commit 2b491340d8
4 changed files with 53 additions and 39 deletions
-1
View File
@@ -258,7 +258,6 @@ function runtimeControlsTheme(palette: Palette) {
function contextPanelTheme(palette: Palette): ContextPanelTheme {
return {
text: palette.text,
muted: palette.muted,
border: palette.border,
accent: palette.accent,
}