On Android, we show the same design of in-app notif for both dark mode and light mode. (Unlike iOS, where we vary it.)
However, the default text color on Android depends on the system theme. As a result, if the system theme is dark, then we end up having a white text (default) appear in front of a white background.
This diff makes sure we always set the text color explicitly instead of relying on defaults.