refactor(theme): update theme colors and remove unused app_theme references for improved consistency

This commit is contained in:
cogwheel0
2025-08-28 10:29:58 +05:30
parent e265d35579
commit a2e219d03b
3 changed files with 24 additions and 308 deletions

View File

@@ -66,7 +66,7 @@ class AppTheme {
centerTitle: true,
elevation: Elevation.none,
backgroundColor: Colors.transparent,
foregroundColor: neutral800,
foregroundColor: neutral900,
),
bottomSheetTheme: BottomSheetThemeData(
backgroundColor: neutral50,
@@ -132,7 +132,7 @@ class AppTheme {
),
// Use platform default system font text theme
textTheme: ThemeData.light().textTheme,
extensions: const [ConduitThemeExtension.auroraLight],
extensions: const [ConduitThemeExtension.light],
);
// Base Dark Theme