You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi again,
I discovered that when the text color is set to white in the settings, the long answer textarea text shows as white. This is opposite on short answer (input) where even when the text color is set to white on the form settings, the text inside the input box shows up as black. I assume it is because text-black is applied to input, whereas it is not applied to textarea.
Is this intended or a bug? It basically means that since I am using a dark background & white text for my forms, any text placed into a textarea is completely invisible. Two example screenshots are below.
The text was updated successfully, but these errors were encountered:
Hi again,
I discovered that when the text color is set to white in the settings, the long answer
textarea
text shows as white. This is opposite on short answer (input
) where even when the text color is set to white on the form settings, the text inside theinput
box shows up as black. I assume it is becausetext-black
is applied toinput
, whereas it is not applied totextarea
.Is this intended or a bug? It basically means that since I am using a dark background & white text for my forms, any text placed into a
textarea
is completely invisible. Two example screenshots are below.The text was updated successfully, but these errors were encountered: