-
Notifications
You must be signed in to change notification settings - Fork 296
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
Implement Dark Mode Support #18
base: main
Are you sure you want to change the base?
Conversation
close vercel-labs#17 Co-Authored-By: ruru <[email protected]>
@ruru-m07 is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team 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.
double check changes 👍
@jeremyphilemon can you review this pull request? |
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 is great work. I've tested it and it works just fine. @jeremyphilemon can we get this reviewed please?
@@ -63,7 +63,7 @@ export function ChatPanel({ | |||
<div | |||
key={example.heading} | |||
className={cn( | |||
'cursor-pointer bg-zinc-50 text-zinc-950 rounded-2xl p-4 sm:p-6 hover:bg-zinc-100 transition-colors', | |||
'cursor-pointer bg-secondary rounded-2xl p-4 sm:p-6 transition-colors', |
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.
'cursor-pointer bg-secondary rounded-2xl p-4 sm:p-6 transition-colors', | |
'cursor-pointer bg-background rounded-2xl p-4 sm:p-6 transition-colors', |
you are removing the colour distinction of the button if not using something more distinct such as bg-background
this pull request close #17
first i add
ThemeProvider
after this i see this UI
- this is too bad i make it batter now.
dark theme
light theme