Set notification text color so it is always visible with third party themes
Text in the body of notifications is displayed in a TextArea without a background (I'm guessing to allow text selection).
This causes an issue in themes that expect text in textareas to be a different color than ordinary labels; the notification text can end up unreadable.
I'm using my own theme as an example to reproduce the issue:
https://gitlab.com/obnosim/velours/-/blob/plasma5/colors#L31
Plasma picks Colors:View:ForegroundNormal
(here, black) for textareas and Colors:Window:ForegroundNormal
(here, white) for other labels.
Screenshots
I'm very much a beginner with regards to QtQuick and Plasma development, so it's quite possible that this is not the right solution.
Edited by obno sim