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

feat: fix dark mode titles and chart colors #61

Merged
merged 1 commit into from
May 28, 2024
Merged

Conversation

skaplan-dev
Copy link
Collaborator

Motivation

Changes

  • Before
Screenshot 2024-05-27 at 7 25 30 PM - After Screenshot 2024-05-27 at 7 23 47 PM

Testing Instructions

@skaplan-dev skaplan-dev requested a review from devinmatte as a code owner May 27, 2024 23:25
pointBackgroundColor: CHART_COLORS.GREY,
borderColor: darkMode ? '#94a3b8' : '#c8cbcf',
backgroundColor: darkMode ? '#94a3b8' : '#c8cbcf',
pointBackgroundColor: darkMode ? 'white' : CHART_COLORS.GREY,
Copy link
Member

Choose a reason for hiding this comment

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

Ideally we should add all these colors to the enum CHART_COLORS

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yeah some of them are just default chartjs colors 🤷

@skaplan-dev skaplan-dev merged commit 0cb6b4f into main May 28, 2024
2 checks passed
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.

Dark Mode fixes for Shutdown Details
2 participants