mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: trending page
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user