Updated colors & class name

This commit is contained in:
2025-07-19 15:51:28 +02:00
parent d9c0d40ff2
commit 5a775dafd9
4 changed files with 13 additions and 9 deletions

View File

@@ -13,6 +13,10 @@ class CustomTheme {
static const Color graphColor4 = Color(0xFF9C27B0);
static final Color graphColor5 = primaryColor;
// Colors for PointsView
static Color pointLossColor = primaryColor;
static const Color pointGainColor = Color(0xFFF44336);
static TextStyle modeTitle = TextStyle(
color: primaryColor,
fontSize: 20,