Mohamed-512 / Extra-Streamlit-Components

An all in one place, to find complex or just not available components by default on streamlit.
Apache License 2.0
466 stars 59 forks source link

Stepper Bar Colors don't match theme #30

Closed 0xMochan closed 1 year ago

0xMochan commented 1 year ago

The components here are fantastic but I was wondering about general theming. It would be great to automatically use my Streamlit theme or provide other options to adjust the colors.

Thanks

Mohamed-512 commented 1 year ago

Thanks for you PR. Pip package has been update to include the new change in version 0.1.56

tp-rbrasset commented 1 year ago

I tried to use custom streamlit theme while using the TabBar and it seems to not work. When inspecting with the chrome web tool, it seems that the bootstrap.min.css defines and apply the --stremlit-primary-color as the color of the TabBar. Is it a bug or am I doing something wrong?