Skip to content
New issue

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

Added Hover Scale Effect to Input Fields #139

Merged
merged 1 commit into from
Jan 2, 2025
Merged

Conversation

neeru24
Copy link
Contributor

@neeru24 neeru24 commented Jan 2, 2025

Added Hover Scale Effect to Input Fields

  • Implemented a hover effect on the input fields (Input and TextArea) that scales them up slightly on hover to enhance the user experience.
  • Applied transform: scale(1.05) to achieve the scaling effect.
  • Added smooth transitions using transition: transform 0.3s ease-in-out for a seamless hover effect.

Changes:

  • Updated Input styled-component with a hover effect.
  • Updated TextArea styled-component with a hover effect.

fixes: #114

Copy link

vercel bot commented Jan 2, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
coffee-shop ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 2, 2025 2:18pm

Copy link

github-actions bot commented Jan 2, 2025

Thank you for your contribution! 🎉

PR Checklist

  • Tests added/updated
  • Documentation updated
  • Changes follow coding standards
  • Commit messages are clear

Next Steps

  1. We will review your PR soon
  2. Address any requested changes
  3. Once approved, your PR will be merged

Need help? Check our Contributing Guide

Happy coding! 💻

@Mujtabaa07 Mujtabaa07 added SWOC Social Winter Of Code BEGINNER labels Jan 2, 2025
@Mujtabaa07 Mujtabaa07 merged commit 241550a into Mujtabaa07:main Jan 2, 2025
3 checks passed
@Mujtabaa07
Copy link
Owner

🎉 Congratulations on Your Merged PR!

Thank you @neeru24 for your contribution!

What's Next?

Keep up the fantastic work! 🚀

@Mujtabaa07 Mujtabaa07 mentioned this pull request Jan 2, 2025
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BEGINNER SWOC Social Winter Of Code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Improve Contact Us Form
2 participants