In light mode, the ion-title’s background colour is correctly full white. However, in dark mode, it isn’t exactly black, more of a very dark grey? How will I be able to fix this?
The code here is:
<ion-app>
<ion-header>
<ion-toolbar>
<ion-title size="large" color="danger">Timer</ion-title>
</ion-toolbar>
</ion-header>
<ion-content>
...
2 posts - 2 participants