We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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"
The text was updated successfully, but these errors were encountered:
Thanks for reporting will fix
Sorry, something went wrong.
No branches or pull requests
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"
The text was updated successfully, but these errors were encountered: