NavBar optimieren #189

Merged
flixcoo merged 4 commits from enhancement/188-navbar-optimieren into development 2026-02-07 20:18:47 +00:00
Showing only changes of commit 487efb4d61 - Show all commits

View File

@@ -13,7 +13,7 @@ class CustomTheme {
static const Color secondaryColor = Color(0xFFf2a981); static const Color secondaryColor = Color(0xFFf2a981);
/// Background color of the app theme /// Background color of the app theme
static const backgroundColor = Color(0xFF0B0B0B); static const Color backgroundColor = Color(0xFF0B0B0B);
Review

ich finde gut dass die farbe Bob heißt

ich finde gut dass die farbe Bob heißt
/// Default color for boxes and containers /// Default color for boxes and containers
static const Color boxColor = Color(0xFF101010); static const Color boxColor = Color(0xFF101010);