Renamed Theme to AppTheme

This commit is contained in:
Felix Kirchner
2025-04-30 17:16:04 +02:00
parent 6b6e824860
commit 882a781b26
5 changed files with 17 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
import 'package:flutter/cupertino.dart';
class Theme {
class AppTheme {
static Color white = CupertinoColors.white;
static Color primaryColor = CupertinoColors.systemGreen;
static Color backgroundColor = const Color(0xFF101010);