trubrics / streamlit-feedback

Collect user feedback from within your Streamlit app
MIT License
129 stars 14 forks source link

Changing BG Color of the Streamlit Feedback Component? #23

Open XariZaru opened 8 months ago

XariZaru commented 8 months ago

Hi, I've tried inspecting the element and changing the bg color to see which component I needed to modify but it looks like the bg color is inherited from the primary bg color base of Streamlit. Is there a property I can modify to change this separately? I see an iFrame but I am not familiar with web development.

As you can see, the feedback inherits the grey bg color. I'd like it to be white.

image

jeffkayne commented 7 months ago

hello XariZaru, we can't yet send the bg color as an argument to the component. We're open however to PRs for this type of feature!