fix: match context panel backgrounds to sidebar

Change JiraView, TodosView, and ProblemsView backgrounds from
\$background to \$surface so the right panel visually matches the
left sidebar panel.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-24 17:04:04 +01:00
co-authored by Claude Opus 4.6
parent b2a18b6b20
commit 0c1c935230
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ class JiraView(Vertical):
DEFAULT_CSS = """
JiraView {
height: 1fr;
background: $background;
background: $surface;
}
JiraView .jira-header {
+1 -1
View File
@@ -42,7 +42,7 @@ class ProblemsView(TileListView):
DEFAULT_CSS = """
ProblemsView {
height: 1fr;
background: $background;
background: $surface;
}
ProblemsView .problems-header {
+1 -1
View File
@@ -97,7 +97,7 @@ class TodosView(TileListView):
DEFAULT_CSS = """
TodosView {
height: 1fr;
background: $background;
background: $surface;
}
TodosView TabbedContent {