Skip to content
Snippets Groups Projects
Commit 540959df authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Make flat design default

parent b13b0c03
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ public class ModernGlobalDesign implements DesignColorAssociator {
private int infoFontSize = 14;
private int titleFontSize = 16;
private boolean flatDesign;
private boolean flatDesign = true;
public ModernColor getBackgroundColor() {
return backgroundColor;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment