Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Placeholder for gr.Textbox is black instead of gray if the gr.Textbox is not interactive #8643

Closed
1 task done
abidlabs opened this issue Jun 26, 2024 · 1 comment · Fixed by #9328
Closed
1 task done
Labels
bug Something isn't working

Comments

@abidlabs
Copy link
Member

Describe the bug

Setting the interactive=True seems to affect the color of the placeholder text, see:

image

Have you searched existing issues? 🔎

  • I have searched and found no existing issues

Reproduction

import gradio as gr

gr.Textbox(placeholder="Logs...", lines=2)

gr.Textbox(placeholder="Logs...", lines=2, interactive=True)

Screenshot

No response

Logs

No response

System Info

gradio==4.37.1

Severity

I can work around it

@abidlabs abidlabs added the bug Something isn't working label Jun 26, 2024
@abidlabs abidlabs changed the title Placeholder for gr.Textbox is black instead of gray if the gr.Textbox is interactive Placeholder for gr.Textbox is black instead of gray if the gr.Textbox is not interactive Jun 27, 2024
@abidlabs abidlabs added this to the Gradio 5️⃣ milestone Jul 2, 2024
@abidlabs abidlabs removed this from the Gradio 5️⃣ milestone Jul 13, 2024
@abidlabs
Copy link
Member Author

Closed via #9328

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant