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 .colorScheme
.surface .surface
.withOpacity(_scrollRatio.value), .withOpacity(_scrollRatio.value),
foregroundColor: half ? null : Colors.white, foregroundColor: removePadding || half ? null : Colors.white,
systemOverlayStyle: half systemOverlayStyle: removePadding || half
? null ? null
: SystemUiOverlayStyle( : SystemUiOverlayStyle(
statusBarBrightness: Brightness.dark, statusBarBrightness: Brightness.dark,