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
|
.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,
|
||||||
|
|||||||
Reference in New Issue
Block a user