1
0
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:
Rongjian Zhang 2019-09-11 13:13:15 +08:00
parent e3cba91b9c
commit 22a692b0e4
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ class ObjectScreen extends StatelessWidget {
case 'blob': case 'blob':
return [ return [
SizedBox(width: 6), SizedBox(width: 6),
SetiIcon(item['name'], size: 28, light: true), SetiIcon(item['name'], size: 28),
SizedBox(width: 6), SizedBox(width: 6),
]; ];
case 'tree': case 'tree':

View File

@ -32,7 +32,7 @@ dependencies:
flutter_highlight: ^0.3.0 flutter_highlight: ^0.3.0
timeago: ^2.0.18 timeago: ^2.0.18
provider: ^3.1.0 provider: ^3.1.0
seti: ^0.1.0 seti: ^0.2.0
primer: primer:
git: git:
url: git://github.com/pd4d10/primer-flutter url: git://github.com/pd4d10/primer-flutter