mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-04-29 02:52:20 -05:00
chore: using ionicons
This commit is contained in:
@@ -102,7 +102,7 @@ class ReleaseItem extends StatelessWidget {
|
||||
theme.push(context, asset.downloadUrl);
|
||||
}
|
||||
},
|
||||
icon: Icon(MaterialCommunityIcons.download)),
|
||||
icon: Icon(Ionicons.download_outline)),
|
||||
hideRightChevron: true,
|
||||
),
|
||||
])
|
||||
|
||||
@@ -129,11 +129,11 @@ class RepositoryItem extends StatelessWidget {
|
||||
static IconData _buildGlIconData(String visibility) {
|
||||
switch (visibility) {
|
||||
case 'internal':
|
||||
return FontAwesome.shield;
|
||||
return Ionicons.shield_outline;
|
||||
case 'public':
|
||||
return FontAwesome.globe;
|
||||
return Ionicons.globe_outline;
|
||||
case 'private':
|
||||
return FontAwesome.lock;
|
||||
return Ionicons.lock_closed_outline;
|
||||
default:
|
||||
return Octicons.repo;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user