refactor: cleanup unused code and imports

This commit is contained in:
zarzet
2026-01-17 09:50:00 +07:00
parent 621582cf11
commit b99764b1ad
29 changed files with 0 additions and 294 deletions
-1
View File
@@ -45,7 +45,6 @@ class DynamicColorWrapper extends ConsumerWidget {
darkScheme = _applyAmoledColors(darkScheme);
}
// Build themes
final lightTheme = AppTheme.light(dynamicScheme: lightScheme);
final darkTheme = AppTheme.dark(dynamicScheme: darkScheme, isAmoled: themeSettings.useAmoled);