opt: refresh tip

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-10 20:48:36 +08:00
parent ca10033a7d
commit d0dc89ab54

View File

@@ -125,6 +125,11 @@ class _RcmdPageState extends State<RcmdPage>
_controller.onRefresh();
},
child: Card(
margin: EdgeInsets.zero,
color: Theme.of(context)
.colorScheme
.secondaryContainer
.withOpacity(0.5),
child: Container(
alignment: Alignment.center,
padding: const EdgeInsets.symmetric(horizontal: 10),