Change default red to darker one

This commit is contained in:
huanghongxun
2018-10-11 22:26:50 +08:00
parent 9981423927
commit 8004cb3a64

View File

@@ -43,7 +43,7 @@ public class Theme {
Color.web("#43A047"), // green
Color.web("#E67E22"), // orange
Color.web("#9C27B0"), // purple
Color.web("#F44336") // red
Color.web("#B71C1C") // red
};
private final String color;