|
|
@@ -386,7 +386,7 @@ class RoomInfoState extends State<RoomInfo> with SingleTickerProviderStateMixin
|
|
|
return Container(
|
|
|
child: RefreshIndicator(
|
|
|
color: PRIMARY_COLOR,
|
|
|
- backgroundColor: BG_SUB_COLOR,
|
|
|
+ backgroundColor: Colors.white,
|
|
|
displacement: 10,
|
|
|
onRefresh: () async {
|
|
|
await new Future.delayed(const Duration(seconds: 1));
|
|
|
@@ -818,7 +818,7 @@ class SecondPageState extends State<SecondPage> {
|
|
|
Widget build(BuildContext context) {
|
|
|
return RefreshIndicator(
|
|
|
color: PRIMARY_COLOR,
|
|
|
- backgroundColor: BG_SUB_COLOR,
|
|
|
+ backgroundColor: Colors.white,
|
|
|
displacement: 10,
|
|
|
onRefresh: () async {
|
|
|
await new Future.delayed(const Duration(seconds: 1));
|