-
Notifications
You must be signed in to change notification settings - Fork 2
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
#733 2024 봄학기 홈화면 만들기 #734
Conversation
✅ Deploy Preview for taxi-dev-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
…om/sparcs-kaist/taxi-front into #733-2024-spring-create-event-home
background: "#FFF", | ||
}; | ||
const styleVerticalCenter = { | ||
display: "flex", |
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.
display: "flex", | |
display: "flex" as const, |
제안 드립니다.~
<> | ||
<div | ||
css={{ | ||
backgroundColor: eventTheme.black, |
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.
eventTheme.black
를 나중에 @pbc1017 께서 작업 중이신 useBackgroundColorEffect
사용하면 해결될 것 같습니다. ~
packages/web/src/pages/Home/EventSection/EventSection2024Spring.tsx
Outdated
Show resolved
Hide resolved
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
Summary
It closes #733
Images or Screenshots
Further Work