Skip to content

Commit

Permalink
change loading indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
willyfromtheblock committed May 23, 2021
1 parent 653d5c8 commit 008cfac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/widgets/loading_indicator.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class LoadingIndicator extends StatelessWidget {
@override
Widget build(BuildContext context) {
return LinearProgressIndicator(
color: Theme.of(context).accentColor,
backgroundColor: Theme.of(context).primaryColor,
);
}
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.3.9+26
version: 0.3.9+27

environment:
sdk: ">=2.7.0 <3.0.0"
Expand Down

0 comments on commit 008cfac

Please sign in to comment.