加载窗样式
This commit is contained in:
@@ -152,7 +152,7 @@ class _ExperienceStorePageState extends State<ExperienceStorePage> {
|
||||
return CircularProgressIndicator(
|
||||
strokeWidth: 1,
|
||||
valueColor:
|
||||
AlwaysStoppedAnimation<Color>(themeController.currentColor.sc1),
|
||||
AlwaysStoppedAnimation<Color>(Colors.white),
|
||||
);
|
||||
} else {
|
||||
return Container();
|
||||
|
||||
Reference in New Issue
Block a user