Skip to content

Commit 387a2d0

Browse files
authored
Update foreground color for SignatureButtonBox
Bug found by unit tests...
1 parent 7462daa commit 387a2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodenameOne/src/com/codename1/ui/plaf/UIManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ private void resetThemeProps(Hashtable installedTheme) {
643643
}
644644

645645
if (installedTheme == null || !installedTheme.containsKey("SignatureButtonBox.derive")) {
646-
themeProps.put("SignatureButtonBox.fgColor", centerAlign);
646+
themeProps.put("SignatureButtonBox.fgColor", foreground);
647647
themeProps.put("SignatureButtonBox.sel#derive", "SignatureButtonBox");
648648
themeProps.put("SignatureButtonBox.press#derive", "SignatureButtonBox");
649649
themeProps.put("SignatureButtonBox.dis#derive", "SignatureButtonBox");

0 commit comments

Comments
 (0)