This commit is contained in:
@@ -8,7 +8,7 @@ def _load_css(filepath):
|
||||
|
||||
|
||||
def _load_color_selector_styles():
|
||||
colors = crud.get_colors(1) #FIXME Change to use user profile color palette
|
||||
colors = crud.get_colors()
|
||||
for idx, c in enumerate(colors.keys()):
|
||||
css_color = '#' + colors[c][0]
|
||||
st.html(f"""
|
||||
|
||||
Reference in New Issue
Block a user