opt: trending page

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-19 14:22:58 +08:00
parent c05ad1e724
commit 6fc7e47111

View File

@@ -82,8 +82,8 @@ class _SearchTrendingPageState extends State<SearchTrendingPage> {
.colorScheme
.surface
.withOpacity(_scrollRatio.value),
foregroundColor: half ? null : Colors.white,
systemOverlayStyle: half
foregroundColor: removePadding || half ? null : Colors.white,
systemOverlayStyle: removePadding || half
? null
: SystemUiOverlayStyle(
statusBarBrightness: Brightness.dark,