Skip to content

Commit d49a208

Browse files
Merge pull request #541 from OpenDTU-App/267-switch-fg-and-bg-for-log-viewer
2 parents d91b97e + c4a68f0 commit d49a208

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/logging/LogLine.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ export interface LogLineProps {
1313
const LogLineItem = styled(Box)<{
1414
theme: MD3Theme;
1515
}>`
16-
background-color: #555;
17-
border-color: #333;
16+
background-color: #101010;
17+
border-color: #555;
1818
border-bottom-width: 1px;
1919
border-top-width: 1px;
2020
padding: 10px;

0 commit comments

Comments
 (0)