krishnaacharyaa / wanderlust

WanderLust is a MERN travel blog website 🚀 This project is aimed to help people to contribute in open source, upskill in react and master git.
https://wanderlust-beta.vercel.app/
MIT License
218 stars 1.23k forks source link

[BUG] Post Card border turns sharp on hovering. #473

Open chaitya-titan opened 1 month ago

chaitya-titan commented 1 month ago

Is there an existing issue for this?

Current Behavior

When I hover on the Card components, the corner of the card becoms sharp on hovering...

See the last second Card...

Screenshot 2024-09-17 at 11 32 19 AM

Expected Behavior

Whenever I hover on the card... the corners should remain rounded...

Reproduction steps

1. Go to any of the post
2. Move the cursor on the post
3. the card will will have a sharp corner

Screenshots

DESCRIPTION

Logs

No response

Browsers

No response

OS

No response

chaitya-titan commented 1 month ago

Hey @krishnaacharyaa ... I don't know if this was kept intentional... I felt like this might be a bug... If it is ok with you and you feel like this is something which is not trivial... then please assign this issue to me... I have added the small line of change already... I will quickly create a PR if you think this issue is worth solving over, because I have made the changes in my code...

Thank You.

github-actions[bot] commented 1 month ago

Hey @chaitya-titan 🎉! Thanks for jumping on this issue. Before you dive in, please check out our contributing guidelines to ensure we're all on the same page. Happy coding! 🚀

chaitya-titan commented 1 month ago

Hey @krishnaacharyaa , Thank you for assigning this issue to me.

I have raised PR...