Skip to content

Commit

Permalink
Fix typo for system dark theme with entra id (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Dec 19, 2023
1 parent 1753a3e commit 3095e2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public Theme getTheme() {
return Theme.builder()
.respectSystemAppearance()
.withProperty("ace-editor", "theme-dark", ACE_EDITOR_THEME)
.withProperty("entra-id", "theme", ENTRA_ID_THEME)
.withProperty("entra-id", "theme-dark", ENTRA_ID_THEME)

Check warning on line 24 in src/main/java/io/jenkins/plugins/darktheme/DarkThemeSystemManagerFactory.java

View check run for this annotation

ci.jenkins.io / Code Coverage

Not covered line

Line 24 is not covered by tests
.withProperty("prism-api", "theme-dark", PRISM_THEME)
.withProperty("bootstrap", "theme-dark", BOOTSTRAP_THEME)
.build();
Expand Down

0 comments on commit 3095e2c

Please sign in to comment.