mirror of
https://github.com/git-touch/git-touch
synced 2025-01-19 02:40:05 +01:00
build: upgrade seti icon
This commit is contained in:
parent
e3cba91b9c
commit
22a692b0e4
@ -45,7 +45,7 @@ class ObjectScreen extends StatelessWidget {
|
||||
case 'blob':
|
||||
return [
|
||||
SizedBox(width: 6),
|
||||
SetiIcon(item['name'], size: 28, light: true),
|
||||
SetiIcon(item['name'], size: 28),
|
||||
SizedBox(width: 6),
|
||||
];
|
||||
case 'tree':
|
||||
|
@ -32,7 +32,7 @@ dependencies:
|
||||
flutter_highlight: ^0.3.0
|
||||
timeago: ^2.0.18
|
||||
provider: ^3.1.0
|
||||
seti: ^0.1.0
|
||||
seti: ^0.2.0
|
||||
primer:
|
||||
git:
|
||||
url: git://github.com/pd4d10/primer-flutter
|
||||
|
Loading…
Reference in New Issue
Block a user