mirror of
https://github.com/immich-app/immich.git
synced 2025-11-22 22:20:43 +09:00
feat(mobile): improve explore page and allow metadata search (#2097)
This commit is contained in:
@@ -79,6 +79,7 @@ ThemeData immichLightTheme = ThemeData(
|
||||
),
|
||||
titleSmall: TextStyle(
|
||||
fontSize: 16.0,
|
||||
fontWeight: FontWeight.bold,
|
||||
),
|
||||
titleMedium: TextStyle(
|
||||
fontSize: 18.0,
|
||||
@@ -176,6 +177,7 @@ ThemeData immichDarkTheme = ThemeData(
|
||||
),
|
||||
titleSmall: const TextStyle(
|
||||
fontSize: 16.0,
|
||||
fontWeight: FontWeight.bold,
|
||||
),
|
||||
titleMedium: const TextStyle(
|
||||
fontSize: 18.0,
|
||||
@@ -185,7 +187,6 @@ ThemeData immichDarkTheme = ThemeData(
|
||||
fontSize: 26.0,
|
||||
fontWeight: FontWeight.bold,
|
||||
),
|
||||
|
||||
),
|
||||
cardColor: Colors.grey[900],
|
||||
elevatedButtonTheme: ElevatedButtonThemeData(
|
||||
|
||||
Reference in New Issue
Block a user