From 487efb4d61da01d87411e8e5d57d941813d535f8 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Fri, 6 Feb 2026 14:07:43 +0100 Subject: [PATCH] Added type annotation --- lib/core/custom_theme.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/custom_theme.dart b/lib/core/custom_theme.dart index 25adf0f..0e9fec2 100644 --- a/lib/core/custom_theme.dart +++ b/lib/core/custom_theme.dart @@ -13,7 +13,7 @@ class CustomTheme { static const Color secondaryColor = Color(0xFFf2a981); /// Background color of the app theme - static const backgroundColor = Color(0xFF0B0B0B); + static const Color backgroundColor = Color(0xFF0B0B0B); /// Default color for boxes and containers static const Color boxColor = Color(0xFF101010);