Skip to content

Commit 0271c55

Browse files
committed
fix(git): restore dark theme foreground colors
1 parent 6ba7c59 commit 0271c55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/git/app/components/dashboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ function DashboardBody() {
181181
const showCommitDetails = pane === 'commits' && selectedCommit !== null
182182

183183
return (
184-
<div className="bg-base flex h-svh w-full flex-col overflow-hidden">
184+
<div className="bg-base color-base flex h-svh w-full flex-col overflow-hidden">
185185
<header className={navBar()}>
186186
<div className={navBrand()}>
187187
<Icon name="i-ph-git-fork-duotone" className="text-base color-active" />

0 commit comments

Comments
 (0)