curiousbud / curiousbud/LinkedIn-Clone
Fix inconsistent colors across the frontend application
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Although I think I have added the tailwind classes carefully the colors don't show up as it should have been.
The correct color should have been from this list:
1. primary: "#0A66C2", // LinkedIn Blue
2. secondary: "#FFFFFF", // White
3. accent: "#7FC15E", // LinkedIn Green (for accents)
4. neutral: "#000000", // Black (for text)
5. "base-100": "#F3F2EF", // Light Gray (background)
6. info: "#5E5E5E", // Dark Gray (for secondary text)
7. success: "#057642", // Dark Green (for success messages)
8. warning: "#F5C75D", // Yellow (for warnings)
9. error: "#CC1016", // Red (for errors)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the Tailwind color configuration and the frontend class usage; the issue does not name specific files or tests. Compare the rendered application colors with the listed LinkedIn-inspired values, and consider the work complete when the frontend consistently displays those colors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, tailwindcss
- Domain
- design, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100