Skip to content
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

#333 다크모드 UI 이상한 부분 수정 #334

Merged
merged 2 commits into from
May 16, 2024
Merged

Conversation

Jiiker
Copy link
Contributor

@Jiiker Jiiker commented May 15, 2024

📝 #333 작업 내용

  • 매칭페이지 top 버튼 색상 수정
  • 메인페이지 다크모드 UI 수정

스크린샷

  • 화이트모드 vs 다크모드

  • 자세히 보기, 전체 보기 버튼 수정

@Jiiker Jiiker added the  🌈 Style UI 관련 label May 15, 2024
@Jiiker Jiiker self-assigned this May 15, 2024
Copy link

vercel bot commented May 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
slam-talk ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2024 4:13pm

자세히 보기
</div>
</Link>
</Card>
) : (
<div className="flex min-h-[130px] items-center justify-center rounded-medium bg-gray-100">
<div className="flex min-h-[130px] items-center justify-center rounded-medium border-1 bg-content1 shadow-md dark:border-none">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Next UI 색이라 저도 뭘 써야하나 했는데 bg-content1 을 쓰면 되는군요! 좋습니다 👍🏻

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

저도 개발자 도구 뜯어보고 알았어요.. ㅋㅋㅋ 저런 색도 있구나..

@@ -184,7 +184,9 @@ const Home = () => {
<div className="flex justify-between ">
<div className="text-lg font-bold">같이 농구할 사람을 구해요!</div>
<Link href="/matching?tab=mate">
<div className="mr-2 text-black text-opacity-40">전체보기 〉</div>
<div className="mr-2 text-sm text-black/50 dark:text-white/50">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

opacity 확인했습니다~

@Jiiker Jiiker merged commit 1c6320d into develop May 16, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
 🌈 Style UI 관련
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants