streamlit-dynamic-tabs
streamlit-dynamic-tabs copied to clipboard
Style
I want to mention that if I use it with the black theme the title has a white background and I cant change the font. If you can give an example of how to do it?
styles = {'all-tabs':{'font-family': 'sans-serif'}} does not work for me.
Hi there, sorry for the delayed response. Better to add that to where the text is rather than all-tabs.
Try adding it for title-of-tab instead.
Thanks