Skip to content

Commit

Permalink
Merge pull request #7556 from qmonmert/fix/7555
Browse files Browse the repository at this point in the history
White theme icons on patch screen are invisible
  • Loading branch information
pascalgrimaud authored Sep 25, 2023
2 parents 24dc10f + efc1b94 commit 095db90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/main/style/root/_root.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
--jhlite-bg-color-secondary: #fafafa;
--jhlite-accent-color: #cacaca;
--jhlite-text-color-primary: #222;
--jhlite-primary-input-color: #000
--jhlite-element-size: 4rem;

font-family: $jhlite-global-font-primary-family;
Expand All @@ -27,6 +28,7 @@
--jhlite-bg-color-secondary: #2d2d30;
--jhlite-accent-color: #3f3f3f;
--jhlite-text-color-primary: #ddd;
--jhlite-primary-input-color: #fff
}

@media screen and (min-width: $jhlite-global-breakpoint-small-medium) {
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/app/assets/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $jhipster-lite-secondary-color: #0f172a;
$jhipster-lite-line-color: var(--jhlite-line-color);
$jhipster-lite-primary-text-color: #ddeffc;
$jhipster-lite-disabled-color: #6d6d6d;
$jhipster-lite-primary-input-color: #fff;
$jhipster-lite-primary-input-color: var(--jhlite-primary-input-color);
$jhipster-lite-applied-module-color: #2f7b17;
$jhipster-lite-box-radius: 6px;
$jhipster-lite-selectable-highlight-animation: validHighlightAnimation 2s infinite;
Expand Down

0 comments on commit 095db90

Please sign in to comment.