Add tests and fix issues
This commit is contained in:
@@ -13,7 +13,7 @@ def _load_color_selector_styles():
|
||||
css_color = '#' + colors[c][0]
|
||||
st.html(f"""
|
||||
<style>
|
||||
.st-key-color-selector label:has(> input[value='{idx}']) {{
|
||||
.st-key-new_counter_color_selector label:has(> input[value='{idx}']) {{
|
||||
background-color: {css_color};
|
||||
}}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user