Skip to content

Commit

Permalink
fix(ui): pod log view dark mode toggle (argoproj#18424)
Browse files Browse the repository at this point in the history
* moon-button-fixed

Signed-off-by: Surajyadav <[email protected]>

* reverted

Signed-off-by: Surajyadav <[email protected]>

* as it is

Signed-off-by: Surajyadav <[email protected]>

---------

Signed-off-by: Surajyadav <[email protected]>
  • Loading branch information
surajyadav1108 authored Jun 12, 2024
1 parent 8f280cf commit 74a420d
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,8 @@
font-size: 14px;
font-family: monospace;
background-color: white;
@include themify($themes){
background-color: themed('background-2');
}
padding: 0;
color: black;
@include themify($themes){
color: themed('text-2');
}

&--inverted {
background-color: black;
Expand Down

0 comments on commit 74a420d

Please sign in to comment.