mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: card theme
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -57,7 +57,7 @@ void main() async {
|
|||||||
await Request.setCookie();
|
await Request.setCookie();
|
||||||
RecommendFilter();
|
RecommendFilter();
|
||||||
SmartDialog.config.toast =
|
SmartDialog.config.toast =
|
||||||
SmartConfigToast(displayType: SmartToastType.onlyRefresh);
|
SmartConfigToast(displayType: SmartToastType.normal);
|
||||||
// 异常捕获 logo记录
|
// 异常捕获 logo记录
|
||||||
final Catcher2Options debugConfig = Catcher2Options(
|
final Catcher2Options debugConfig = Catcher2Options(
|
||||||
SilentReportMode(),
|
SilentReportMode(),
|
||||||
@@ -184,7 +184,7 @@ class MyApp extends StatelessWidget {
|
|||||||
surfaceTintColor: lightColorScheme.surfaceTint,
|
surfaceTintColor: lightColorScheme.surfaceTint,
|
||||||
),
|
),
|
||||||
cardTheme: CardTheme(
|
cardTheme: CardTheme(
|
||||||
elevation: 2,
|
elevation: 1,
|
||||||
surfaceTintColor: lightColorScheme.surfaceTint,
|
surfaceTintColor: lightColorScheme.surfaceTint,
|
||||||
shadowColor: Colors.transparent,
|
shadowColor: Colors.transparent,
|
||||||
),
|
),
|
||||||
@@ -216,7 +216,7 @@ class MyApp extends StatelessWidget {
|
|||||||
surfaceTintColor: darkColorScheme.surfaceTint,
|
surfaceTintColor: darkColorScheme.surfaceTint,
|
||||||
),
|
),
|
||||||
cardTheme: CardTheme(
|
cardTheme: CardTheme(
|
||||||
elevation: 2,
|
elevation: 1,
|
||||||
surfaceTintColor: darkColorScheme.surfaceTint,
|
surfaceTintColor: darkColorScheme.surfaceTint,
|
||||||
shadowColor: Colors.transparent,
|
shadowColor: Colors.transparent,
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user