1 parent 6ba7c59 commit 0271c55Copy full SHA for 0271c55
1 file changed
plugins/git/app/components/dashboard.tsx
@@ -181,7 +181,7 @@ function DashboardBody() {
181
const showCommitDetails = pane === 'commits' && selectedCommit !== null
182
183
return (
184
- <div className="bg-base flex h-svh w-full flex-col overflow-hidden">
+ <div className="bg-base color-base flex h-svh w-full flex-col overflow-hidden">
185
<header className={navBar()}>
186
<div className={navBrand()}>
187
<Icon name="i-ph-git-fork-duotone" className="text-base color-active" />
0 commit comments