feat: added radius lg to avatar and changed radius from md to lg for …#318
feat: added radius lg to avatar and changed radius from md to lg for …#318sidgaikwad wants to merge 6 commits intonrjdalal:canaryfrom
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 | ✅ 1 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. 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.
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
…github.com/sidgaikwad/zerostarter; branch 'canary' of https://github.com/nrjdalal/zerostarter into Feat(ui)-changes-for-avatar-radius-changes
… Feat(ui)-changes-for-avatar-radius-changes
|
still happening on mac :'( |



changes :-
closes : #300
screenshots :
Summary by CodeRabbit