The text is not visible and the time is not automatically displayed on the far right.
Does anyone have a quick solution for this?
https://coreui.io/demo/3.4.0/dark/apps/email/inbox.html
The text is not visible and the time is not automatically displayed on the far right.
Does anyone have a quick solution for this?
https://coreui.io/demo/3.4.0/dark/apps/email/inbox.html
We can confirm the issue.
Is there a simple solution? We need to release a new version.
coreui.css (pro) line 27564
.c-email-app .c-message-body {
color: rgba(255, 255, 255, 0.87);
}
should be
.c-dark-theme .c-email-app .c-message-body {
color: rgba(255, 255, 255, 0.87);
}