reflex-dev / reflex-web

A public repo of the reflex.dev website.
https://reflex.dev
216 stars 184 forks source link

fixed the placeholder padding in the action-bar #1049

Closed Spartan-71 closed 4 weeks ago

Spartan-71 commented 1 month ago

Issue: link

changed the padding from 1em to 0.5em.

image

Spartan-71 commented 1 month ago

Hey @picklelo thanks for pointing that out, just changed padding in "final" section of the tutorial.

Also I feel it is better to keep padding = 0.5em: image

Without padding: image

Please let me know if you have any suggestions.

picklelo commented 4 weeks ago

@Spartan-71 looks good to me, thanks!