Skip to content

Commit 929601b

Browse files
committed
fix: Backgroud color for the main projects page
1 parent 70648e2 commit 929601b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/middleware/ThemesManager.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ export class ThemesManager {
9595
"#react-page { background-color: var(--bg-panel); }",
9696
`span[class*="action_option--shortcut"] { color: var(--fg-overlay); }`,
9797
`div[class*="search--searchContainer"] input { background-color: var(--bg-panel) !important; }`,
98+
`div[class*="file_browser_page_view"] { background-color: var(--bg-panel) !important; }`,
9899
];
99100

100101
this.setThemeVariables();

0 commit comments

Comments
 (0)