-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #120 from CosmicRaptor/main
Improved the logic of the bottom nav bar.
- Loading branch information
Showing
4 changed files
with
319 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
import 'dart:ui'; | ||
|
||
import 'package:flutter/material.dart'; | ||
|
||
const commonbgblack = Color(0xff18191b); | ||
const cardcolorblue = Color(0xff0077b6); | ||
const cardlightblue = Color(0xff90e0ef); | ||
const cardlightblue = Color(0xff90e0ef); | ||
// const commonbgwhite = Color(0xfff1f5f8); | ||
const greencontainercolor = Color(0xff2e9d59); | ||
//the red container uses a gradient, unsure of its start and end values | ||
const darkTextFieldBgColor = Color(0xff323232); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.