-
-
Notifications
You must be signed in to change notification settings - Fork 10
feat: added radius lg to avatar and changed radius from md to lg for … #318
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
base: canary
Are you sure you want to change the base?
feat: added radius lg to avatar and changed radius from md to lg for … #318
Conversation
|
@sidgaikwad is attempting to deploy a commit to the nrjdalal Team on Vercel. A member of the Team first needs to authorize it. |
WalkthroughReplaced Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 2
🤖 Fix all issues with AI agents
In `@web/next/src/components/sidebar/dashboard/footer.tsx`:
- Around line 51-54: The Avatar container uses className "rounded-md" while its
children AvatarImage and AvatarFallback use "rounded-lg", causing the children
to appear rounder than the parent and potentially overflow; update the Avatar
container's className to "rounded-lg" (or change the children to "rounded-md" if
you prefer smaller corners) so the parent and children use the same rounding;
locate the Avatar, AvatarImage, and AvatarFallback elements in footer.tsx and
make the className values consistent.
- Around line 70-73: The Avatar wrapper uses className "size-8 rounded-md" while
its children AvatarImage and AvatarFallback use "rounded-lg"; make the
border-radius classes consistent by updating the parent Avatar's className to
"size-8 rounded-lg" so it matches AvatarImage and AvatarFallback (or
alternatively change the children to rounded-md), targeting the Avatar,
AvatarImage, and AvatarFallback elements in the dashboard/footer component.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
… Feat(ui)-changes-for-avatar-radius-changes

changes :-
closes : #300
screenshots :
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.