mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 20:52:32 +00:00
fix(UI): Set refresh indicator colour to accent colour (#454)
This commit is contained in:
3
assets/design/AppIcon.psd
Normal file
3
assets/design/AppIcon.psd
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dbd493a957c6bace8782075fbc1e22fafccf6cf2780a5f0880835ce4aa0ebaa9
|
||||
size 44027413
|
||||
@@ -9,6 +9,7 @@ class LunaRefreshIndicator extends RefreshIndicator {
|
||||
}) : super(
|
||||
key: key,
|
||||
backgroundColor: Theme.of(context).primaryColor,
|
||||
color: Theme.of(context).accentColor,
|
||||
onRefresh: onRefresh,
|
||||
child: child,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user