Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(app): Change background color back to grey #2145

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

holzeis
Copy link
Contributor

@holzeis holzeis commented Mar 4, 2024

This was the background color before the flutter upgrade. Also fixing the issue with the background color of the candlestick chart.

Simulator Screenshot - iPhone 15 Pro - 2024-03-04 at 10 29 29 Simulator Screenshot - iPhone 15 Pro - 2024-03-04 at 10 29 20

This was the background color before the flutter upgrade. Also fixing the issue with the background color of the candlestick chart.
@holzeis holzeis self-assigned this Mar 4, 2024
@holzeis holzeis linked an issue Mar 4, 2024 that may be closed by this pull request
@@ -25,7 +25,7 @@ class ScaffoldWithNavBar extends StatelessWidget {
appBar: const PreferredSize(
preferredSize: Size.fromHeight(40), child: SafeArea(child: AppBarWrapper())),
bottomNavigationBar: BottomNavigationBar(
backgroundColor: Colors.white,
backgroundColor: const Color(0xFFFAFAFA),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's not grey, that's FFFAFAFA!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Its copied from the color palette "light", didn't figure it out how to access it from there. 🙈

@holzeis holzeis added this pull request to the merge queue Mar 4, 2024
Merged via the queue into main with commit 2c3b1fa Mar 4, 2024
21 checks passed
@holzeis holzeis deleted the chore/change-scaffold-background-color-to-light-grey branch March 4, 2024 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change scaffold background color to light grey
2 participants