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:
@@ -12,7 +12,7 @@ class JiraView(Vertical):
|
||||
DEFAULT_CSS = """
|
||||
JiraView {
|
||||
height: 1fr;
|
||||
background: $background;
|
||||
background: $surface;
|
||||
}
|
||||
|
||||
JiraView .jira-header {
|
||||
|
||||
@@ -42,7 +42,7 @@ class ProblemsView(TileListView):
|
||||
DEFAULT_CSS = """
|
||||
ProblemsView {
|
||||
height: 1fr;
|
||||
background: $background;
|
||||
background: $surface;
|
||||
}
|
||||
|
||||
ProblemsView .problems-header {
|
||||
|
||||
@@ -97,7 +97,7 @@ class TodosView(TileListView):
|
||||
DEFAULT_CSS = """
|
||||
TodosView {
|
||||
height: 1fr;
|
||||
background: $background;
|
||||
background: $surface;
|
||||
}
|
||||
|
||||
TodosView TabbedContent {
|
||||
|
||||
Reference in New Issue
Block a user