Change default red to darker one
This commit is contained in:
@@ -43,7 +43,7 @@ public class Theme {
|
|||||||
Color.web("#43A047"), // green
|
Color.web("#43A047"), // green
|
||||||
Color.web("#E67E22"), // orange
|
Color.web("#E67E22"), // orange
|
||||||
Color.web("#9C27B0"), // purple
|
Color.web("#9C27B0"), // purple
|
||||||
Color.web("#F44336") // red
|
Color.web("#B71C1C") // red
|
||||||
};
|
};
|
||||||
|
|
||||||
private final String color;
|
private final String color;
|
||||||
|
|||||||
Reference in New Issue
Block a user