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

Fix text appearing grey while printing in dark mode #7948

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

rezbyte
Copy link
Contributor

@rezbyte rezbyte commented Nov 15, 2024

It was the caused by the different foreground and background contrast between the light mode and dark mode.
This PR forces the light mode foreground and background to be used when printing.
Closes #5781.

jgoedde and others added 4 commits December 2, 2024 15:24
- Own dialog, then, if user is happy, open App Store with write-review intent
- Triggers:
-- After using the app for minimum 7 days, we can show the dialog after the user created three events / after three mails
-- When the user did 10 activities within a 28-day period. (sending and email creating event. )
-- After succeeding the paywall
- Use device config to store data needed to trigger the dialog
- Added tests
- Added method to get the native app's installation date (Android & iOS)
- Added comment about `SKStoreReviewController.requestReview()` deprecation

Co-authored-by: arm <[email protected]>
Co-authored-by: jat <[email protected]>
It was the caused by the different foreground and background
contrast between the light mode and dark mode.
This commit forces the light mode foreground and background to be used
when printing.
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.

printing email in dark mode results in gray text color
3 participants