ui: change error color

This commit is contained in:
thecodrr
2020-04-01 23:12:10 +05:00
parent 16da6ba096
commit e95de144ac

View File

@@ -8,7 +8,7 @@ class StaticColorSchemeFactory {
fontTertiary: "gray",
transparent: "transparent",
static: "white",
error: "red",
error: "#E53935",
favorite: "#ffd700"
};
}