Closed
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
v8.x (Beta)
Current Behavior
I noticed that buttons and badges have black text in dark mode of Ionic v8 beta.
This is contrary to native iOS apps in dark mode (buttons and badges) which have white text (see below).
Additionally, the colors seem a bit washed out compared to native iOS badge/buttons.
Expected Behavior
White text in dark mode for buttons and badges (primary/danger colors). More vibrant (iOS-like) primary/danger colors.
Steps to Reproduce
Here is black text in dark mode:
Here is black text in danger badge:
Here is what I expect (iOS native app examples ignore red rectangle in first img):
Code Reproduction URL
https://stackblitz.com/edit/j1affd-djjrzh?file=src%2FApp.tsx
Ionic Info
N/A
Additional Information
Tangential: I think dark mode is broken in the ionic docs for v8. It only shows light mode.