-
Notifications
You must be signed in to change notification settings - Fork 4
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
Refined the tailwind configuration #60
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@uskayyyyy |
@kanta1207 |
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.
LGTM!
<header className="bg-white sticky top-0 z-40 w-full"> | ||
<div className="flex h-12 items-center justify-between"> | ||
<Button> | ||
<Icon iconName="arrowLeft" color="gray-dark" /> |
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.
I suppose the color for icon in header is set to be black in wireframe.
<Button variant="ghost" size="icon" onClick={() => {}} className="hover:bg-popover"> | ||
<Icon iconName="menuCircle" color="popover-foreground" /> | ||
<Button> | ||
<Icon iconName="menuCircle" color="gray-dark" /> |
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.
Here, too. Icon color in header is black in wireframe
Changes & Description
globals.css
because it's a little redundant in our situation without dark mode.Note