feat: more accurate loco matching

This commit is contained in:
Nedifinita
2025-09-05 23:22:47 +08:00
parent b609c52283
commit 222bbe55e5
13 changed files with 171 additions and 78 deletions

View File

@@ -33,7 +33,7 @@ class AppTheme {
unselectedItemColor: Colors.grey,
type: BottomNavigationBarType.fixed,
),
cardTheme: CardTheme(
cardTheme: CardThemeData(
color: const Color(0xFF1E1E1E),
elevation: 2,
shape: RoundedRectangleBorder(
@@ -82,7 +82,7 @@ class AppTheme {
return Colors.grey.withOpacity(0.5);
}),
),
dialogTheme: DialogTheme(
dialogTheme: DialogThemeData(
backgroundColor: const Color(0xFF1E1E1E),
elevation: 8,
shape: RoundedRectangleBorder(