-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Minor theming #2993
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -108,7 +108,7 @@ export function BasicSelectable({ | |||
? "bg-background-chat-selected" | |||
: "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?
@@ -5,17 +5,23 @@ import React from "react"; | |||
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
@@ -8,7 +8,13 @@ import Link from "next/link"; | |||
import { useContext } from "react"; | |||
import { FiSidebar } from "react-icons/fi"; | |||
|
|||
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