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

Dark mode #3467

Merged
merged 21 commits into from
Mar 3, 2022
Merged

Dark mode #3467

merged 21 commits into from
Mar 3, 2022

Conversation

fniessink
Copy link
Member

Closes #3159.

@fniessink fniessink force-pushed the 3159-dark-mode branch 4 times, most recently from d50dbd0 to 0cb5285 Compare February 25, 2022 10:31
@fniessink fniessink requested a review from emdv88 March 2, 2022 15:07
components/frontend/src/AppUI.js Show resolved Hide resolved
components/frontend/src/semantic_ui_react_wrappers/Card.js Outdated Show resolved Hide resolved
if (!style) {
style = {}
}
style.color = "white"
Copy link
Contributor

Choose a reason for hiding this comment

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

same as above

components/frontend/src/semantic_ui_react_wrappers/Feed.js Outdated Show resolved Hide resolved
components/frontend/src/semantic_ui_react_wrappers/Feed.js Outdated Show resolved Hide resolved
@fniessink fniessink marked this pull request as ready for review March 3, 2022 21:51
@sonarcloud
Copy link

sonarcloud bot commented Mar 3, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@fniessink fniessink merged commit 2ac7d23 into master Mar 3, 2022
@fniessink fniessink deleted the 3159-dark-mode branch March 3, 2022 22:10
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.

Allow for user to change to dark mode layout
2 participants