mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-01 03:47:36 -05:00
fix: commit author color
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user