-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Minor theming #2993
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
Minor theming #2993
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
: "bg-hover" | ||
: chat | ||
? "bg-background-chat-hover" | ||
? "hover:bg-background-chat-hover" |
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.
Can we add a comment on what chat
means?
export function HeaderTitle({ | ||
children, | ||
chat, | ||
backgroundToggled, |
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.
same comment here
|
||
export default function FixedLogo({ chat }: { chat?: boolean }) { | ||
export default function FixedLogo({ | ||
chat, |
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.
nit: improve naming
Theming
Screen.Recording.2024-10-29.at.8.00.57.PM.mov