Re-implemented bottom navigation bar w/ successful page changes.

This commit is contained in:
Joshua
2024-07-06 15:25:43 -06:00
parent 7b0ade5735
commit 766591546f
5 changed files with 263 additions and 198 deletions
+3 -3
View File
@@ -4,13 +4,13 @@ class AppTheme {
static const primary = Colors.deepPurple;
static const secondary = Colors.deepPurpleAccent;
static const tertiary = Colors.white;
static const alternate = Colors.purple;
static const alternate = Colors.deepPurple;
static const accent1 = Colors.amber;
static const accent4 = Colors.amber;
static const primaryBackground = Colors.purple;
static const secondaryBackground = Colors.purpleAccent;
static const primaryBackground = Colors.deepPurpleAccent;
static const secondaryBackground = Colors.deepPurple;
static const primaryTextColor = Colors.white;
static const primaryText = TextStyle(color: primaryTextColor, fontSize: 12);