Implemented new nav bar

This commit is contained in:
2026-02-06 14:03:57 +01:00
parent a4d4703069
commit ee1962ef9c
3 changed files with 76 additions and 105 deletions

View File

@@ -27,6 +27,9 @@ class CustomTheme {
/// Text color used throughout the app
static const Color textColor = Color(0xFFFFFFFF);
/// Background color for the navigation bar
static const Color navBarBackgroundColor = Color(0xFF131313);
/// Selected color for the [NavbarItem]
static Color navBarItemSelectedColor = primaryColor.withGreen(100);