mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-08-28 20:06:32 +00:00
fix: correctly select light/dark mode based on system colortheme
This commit is contained in:
@@ -35,7 +35,7 @@ export const ActivityBar = () => {
|
||||
}
|
||||
});
|
||||
|
||||
return <span>{details.map((details, idx) => {
|
||||
return <span style={{ color: "white" }}>{details.map((details, idx) => {
|
||||
return <span key={idx}>{details.displayName} in progress for plan {details.op.planId} to {details.op.repoId} for {formatDuration(details.details.duration)}</span>
|
||||
})}</span>
|
||||
}
|
||||
Reference in New Issue
Block a user