refactor: github palette

This commit is contained in:
Rongjian Zhang
2019-11-08 20:23:09 +08:00
parent eac84184af
commit ca75048f51
5 changed files with 16 additions and 14 deletions

View File

@@ -87,7 +87,9 @@ Tuple2<String, String> parseRepositoryFullName(String fullName) {
}
class GithubPalette {
static const green = Color(0xff2cbe4e);
static const open = Color(0xff2cbe4e);
static const closed = PrimerColors.red600;
static const merged = PrimerColors.purple500;
}
// final pageSize = 5;