Currently working on a Cordova app where I have encountered an issue with the text display. The problem lies in the white outline surrounding the text, which is not visually appealing.
In my code, I have a div
with the style attribute background-color: yellow;
. Text is placed inside this div
, but the presence of the white outline is affecting its appearance. Are there any suggestions on how to resolve this issue?
Thank you for your assistance.