Skip to content

Commit

Permalink
Fix logs header in light theme in Container Logs (#10850)
Browse files Browse the repository at this point in the history
  • Loading branch information
p0358 authored Oct 14, 2024
1 parent f777b2f commit 930a5f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
:host ::ng-deep {
.logs-wrapper {
color: white;
height: calc(100% - 121px);
margin-left: 8px;
margin-right: 8px;
Expand All @@ -9,6 +8,7 @@

.logs {
background: black;
color: white;
font-family: var(--font-family-monospace);
height: calc(100% - 70px);
overflow: auto;
Expand Down

0 comments on commit 930a5f1

Please sign in to comment.