mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: dynamic card theme
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -242,7 +242,11 @@ class MyApp extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
cardTheme: CardTheme(
|
cardTheme: CardTheme(
|
||||||
elevation: 1,
|
elevation: 1,
|
||||||
surfaceTintColor: isDark ? colorScheme.onSurfaceVariant : null,
|
surfaceTintColor: isDynamic
|
||||||
|
? colorScheme.onSurfaceVariant
|
||||||
|
: isDark
|
||||||
|
? colorScheme.onSurfaceVariant
|
||||||
|
: null,
|
||||||
shadowColor: Colors.transparent,
|
shadowColor: Colors.transparent,
|
||||||
),
|
),
|
||||||
// dialogTheme: DialogTheme(
|
// dialogTheme: DialogTheme(
|
||||||
|
|||||||
Reference in New Issue
Block a user