Open AdrianM10 opened 3 weeks ago
Path: /docs/tutorial/frontend
The padding value shown in the docs of "1em" for the action bar results in placeholder text being clipped and not clearly visible.
# Styles for the action bar. input_style = dict( border_width="1px", padding="1em", box_shadow=shadow, width="350px", ) button_style = dict( background_color=rx.color("accent", 10), box_shadow=shadow, )
See below screenshot:
The padding value should be set to "0.5em" for the action bar input style.
Below is a screenshot after changing the padding value to "0.5em"
Thanks for reporting will fix
Path: /docs/tutorial/frontend
The padding value shown in the docs of "1em" for the action bar results in placeholder text being clipped and not clearly visible.
See below screenshot:
The padding value should be set to "0.5em" for the action bar input style.
Below is a screenshot after changing the padding value to "0.5em"