How to make the text in an uneditable LineEdit have alpha of 1?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Mickaly13X

I noticed that Godot changes the alpha of the LineEdit text when editable = false. I want the alpha to stay 1.
What I’m trying to do here is let the user input a name and then when they press enter it saves it in some dict etc (not important) and still shows as normal text (they can’t edit it again)