Skip to content

Commit d616a0a

Browse files
committed
fix: patternfly4-light theme has low contrast for primary cyan color
1 parent 6726f14 commit d616a0a

File tree

1 file changed

+2
-2
lines changed
  • plugins/plugin-codeflare/web/scss/components/Dashboard

1 file changed

+2
-2
lines changed

plugins/plugin-codeflare/web/scss/components/Dashboard/_index.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949

5050
body.kui--patternfly4[kui-theme="PatternFly4 Light"][kui-theme-style] {
5151
@include Scrollback {
52-
--color-latency-0: #009596;
53-
--color-latency-1: #005f60;
52+
--color-latency-0: #005f60;
53+
--color-latency-1: #009596;
5454
--color-latency-2: #c46100;
5555
}
5656
}

0 commit comments

Comments
 (0)