fix: commit author color

This commit is contained in:
Rongjian Zhang 2020-04-06 13:35:23 +08:00
parent d212f58ad1
commit 57f2ab7967
1 changed files with 3 additions and 1 deletions

View File

@ -51,7 +51,9 @@ class CommitItem extends StatelessWidget {
SizedBox(height: 4),
Row(
children: <Widget>[
Text(author, style: TextStyle(fontSize: 15)),
Text(author,
style: TextStyle(
fontSize: 15, color: theme.palette.primary)),
Text(
' committed ${timeago.format(createdAt)}',
style: TextStyle(