Conversation
|
@parinitapatil is attempting to deploy a commit to the Codú Team on Vercel. A member of the Team first needs to authorize it. |
|
This is my first time contributing. I am unsure about the checks. I apologize for any inconvenience. I have updated the icon color. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Update done "EDITED" |
|
Hey @parinitapatil Looks like your formatting is not setup properly, I see a lot of extra spaces in the PR Everything else looks good, try using the formatter like prettier or built in vscode formatter. |
NiallJoeMaher
left a comment
There was a problem hiding this comment.
Nice one! Thank you. LGTM! 😎
parinitapatil
left a comment
There was a problem hiding this comment.
All changes have been finished.
I'm going to make an issue for this. We need a separate Prettier and ESLint config. |
|
I appreciate the assistance from both mentors. Best regards. |
|
Congrats on your first successful PR at Codu @parinitapatil |
In this updated code, I replaced stroke="currentColor" with stroke="#ffffff". This modification explicitly sets the stroke color to white (#ffffff) for the SVG, ensuring that the stroke is consistently displayed in white regardless of the surrounding text color defined by CSS.
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
strokeWidth={1.5}
stroke="#ffffff"
className="w-8 h-8"