Skip to content

Commit 3095e2c

Browse files
authored
Fix typo for system dark theme with entra id (#440)
1 parent 1753a3e commit 3095e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/jenkins/plugins/darktheme/DarkThemeSystemManagerFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public Theme getTheme() {
2121
return Theme.builder()
2222
.respectSystemAppearance()
2323
.withProperty("ace-editor", "theme-dark", ACE_EDITOR_THEME)
24-
.withProperty("entra-id", "theme", ENTRA_ID_THEME)
24+
.withProperty("entra-id", "theme-dark", ENTRA_ID_THEME)
2525
.withProperty("prism-api", "theme-dark", PRISM_THEME)
2626
.withProperty("bootstrap", "theme-dark", BOOTSTRAP_THEME)
2727
.build();

0 commit comments

Comments
 (0)