Skip to content

[fix] 앱의 지원하기 모달 색상이 파란색으로 표시되는 버그를 수정한다#1086

Merged
lepitaaar merged 1 commit intodevelop-fefrom
fix/#1085-modal-text-color-mismatch-MOA-545
Jan 24, 2026
Merged

[fix] 앱의 지원하기 모달 색상이 파란색으로 표시되는 버그를 수정한다#1086
lepitaaar merged 1 commit intodevelop-fefrom
fix/#1085-modal-text-color-mismatch-MOA-545

Conversation

@lepitaaar
Copy link
Contributor

@lepitaaar lepitaaar commented Jan 23, 2026

#️⃣연관된 이슈

#1085

📝작업 내용

image

앱에서 지원하기 모달 선택 텍스트 색상이 파란색으로 보이는 문제를 수정하였습니다.

원인:
OptionButton의 color css 가 설정이 되어있지않아, 기본 웹 스타일인 color: buttontext로 설정되어있어 색상이 다르게 보여졌습니다.

중점적으로 리뷰받고 싶은 부분(선택)

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요

ex) 메서드 XXX의 이름을 더 잘 짓고 싶은데 혹시 좋은 명칭이 있을까요?

논의하고 싶은 부분(선택)

논의하고 싶은 부분이 있다면 작성해주세요.

🫡 참고사항

Summary by CodeRabbit

릴리스 노트

  • 스타일
    • 선택 모달의 버튼 텍스트 색상을 검은색으로 업데이트하여 기본 텍스트 표시를 개선했습니다.

✏️ Tip: You can customize this high-level summary in your review settings.

@lepitaaar lepitaaar self-assigned this Jan 23, 2026
@lepitaaar lepitaaar added 💻 FE Frontend 🛠Fix 기능이 의도한 대로 동작하지 않는 버그를 수정 labels Jan 23, 2026
@vercel
Copy link

vercel bot commented Jan 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
moadong Ready Ready Preview, Comment Jan 23, 2026 5:39am

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 23, 2026

Warning

.coderabbit.yaml has a parsing error

The CodeRabbit configuration file in this repository has a parsing error and default settings were used instead. Please fix the error(s) in the configuration file. You can initialize chat with CodeRabbit to get help with the configuration file.

💥 Parsing errors (1)
Validation error: Invalid regex pattern for base branch. Received: "**" at "reviews.auto_review.base_branches[0]"
⚙️ Configuration instructions
  • Please see the configuration documentation for more information.
  • You can also validate your configuration using the online YAML validator.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Walkthrough

ApplicationSelectModal 컴포넌트의 스타일 파일에서 OptionButton의 기본 텍스트 색상을 검은색으로 지정하는 CSS 속성을 추가했습니다. 이는 모달의 텍스트가 파란색으로 표시되던 버그를 해결합니다.

Changes

Cohort / File(s) 변경 사항
ApplicationSelectModal 스타일링
frontend/src/components/application/modals/ApplicationSelectModal.styles.ts
OptionButton에 color: black 속성 추가로 기본 텍스트 색상 지정

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related issues

Possibly related PRs

Suggested labels

🎨 Design

Suggested reviewers

  • seongwon030
  • oesnuj
  • suhyun113
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed PR 제목이 변경의 핵심을 명확히 전달합니다. 지원하기 모달의 파란색 텍스트 색상 버그 수정이라는 주요 변경사항을 정확히 설명합니다.
Linked Issues check ✅ Passed PR의 변경사항(OptionButton에 color: black 속성 추가)이 연관 이슈 MOA-545의 목표(CSS 오류 수정으로 모달 텍스트 색상 일치)를 충족합니다.
Out of Scope Changes check ✅ Passed ApplicationSelectModal.styles.ts 파일의 OptionButton 스타일 속성 추가만 포함되어 있으며, 모든 변경이 연관 이슈의 목표 범위 내입니다.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Member

@seongwon030 seongwon030 left a comment

Choose a reason for hiding this comment

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

글자색변경 좋네요

@lepitaaar lepitaaar merged commit ff3318a into develop-fe Jan 24, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

💻 FE Frontend 🛠Fix 기능이 의도한 대로 동작하지 않는 버그를 수정

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants