Changed name of apptheme.dart

This commit is contained in:
Felix Kirchner
2025-05-02 23:41:33 +02:00
parent 74148aed8a
commit 0d2a9c58e3
8 changed files with 25 additions and 25 deletions

View File

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