Skip to content

Commit b17c512

Browse files
FabianInostrozacmaglie
authored andcommitted
Set default color of text for descriptions shown in library manager.
1 parent 39c3e8b commit b17c512

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCellJPanel.java

+1
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ private JTextPane makeNewDescription() {
221221
StyleSheet s = html.getStyleSheet();
222222
s.addRule("body { margin: 0; padding: 0;"
223223
+ "font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;"
224+
+ "color: black;"
224225
+ "font-size: " + 10 * Theme.getScale() / 100 + "; }");
225226
}
226227
description.setOpaque(false);

0 commit comments

Comments
 (0)