fix: commit author color
This commit is contained in:
parent
d212f58ad1
commit
57f2ab7967
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue