-
-
Notifications
You must be signed in to change notification settings - Fork 560
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
fix: improve the light-theme #2256
Conversation
Someone is attempting to deploy a commit to a Personal Account owned by @rupali-codes on Vercel. @rupali-codes first needs to authorize it. |
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.
Thank you, CBID2, for creating this pull request and contributing to LinksHub! 💗
The maintainers will review this Pull Request and provide feedback as soon as possible! 😇
We appreciate your patience and contribution, Keep up the great work! 😀
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
I know the draft PR isn't ready, but I would suggest these changes.
|
@Anmol-Baranwal, so...something like this: https://github.com/rupali-codes/LinksHub/blob/main/components/Cards/Card.tsx |
For light, I'm not sure if there is any. But for dark, using the one on the cards will avoid mismatch of theme. |
So…you suggest that I use the dark theme’s background as a border for the light one @sarava338? |
He is saying that in dark theme -> The cards are light color compared to the background color. But it's the opposite in the light theme, so if we make background complete white and cards as the background color (which is lighter one). Then this problem would be fixed. @rupali-codes |
Yes. And in the Light theme, the little dark color has to be a little darker. |
Ooh just saw this @Anmol-Baranwal after adding the new changes (see the updated photos in the screenshot section of my PR's form). Hopefully, @rupali-codes won't mind the changes. |
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.
It's a work-in-progress @rupali-codes. Still trying to figure out how to do the other parts. |
@CBID2 alright, let us know if you need any help |
Hey @rupali-codes and @Anmol-Baranwal, I’m struggling with adding the border to the card components. Can you help me please? |
where you wanna add border? |
The card components @rupali-codes |
alright, it should be in What else are you struggling with? |
Hi @rupali-codes. I added the border to the main |
You've misplaced the double quotes It should be |
@CBID2 |
No I have to do the footer @Anmol-Baranwal |
you need any help Chrissy? |
Not yet @rupali-codes |
Made the changes @aftabrehan |
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.
This issue isn't getting fixed, been long ha,
when you try to fix it for light theme it gets weird for dark theme
@CBID2 please let me know if you need any help, wanna close this ASAP
Ok can you help @rupali-codes |
@CBID2 yes of course, where are you getting troubles? |
I'm not sure how to make it less weird looking in light mode @rupali-codes. From the photos you posted, it looks fine. |
What do you think @Anmol-Baranwal? |
I've no problem if others are okay with it. |
@rupali-codes, I really think the theme looks fine. |
@rupali-codes, I really think we should merge this. |
Can you remove the border for dark theme and keep it only for light theme? |
Ok |
Hey @rupali-codes. Can you do another deployment? I made the changes to light theme but I can't see them locally. |
This reverts commit 21c3ee3.
@rupali-codes, can you fix the deploy please? It failed for some odd reason. Update |
@CBID2 |
|
Fixes Issue
Closes #2247
Changes proposed
This PR changes the website's light theme, making it easier for people to navigate the site. Here's what's been done so far:
Screenshots
Search input having a dark input
Update here's a new version:
Breadcrumbs having a darker and thicker border
Update here's an new version of the breadcrumb
Footer and card list
Note to reviewers
This is a work-in-progress