Skip to content

Conversation

@Jung-eunwoo
Copy link
Contributor

@Jung-eunwoo Jung-eunwoo commented Apr 20, 2024

tree/edit 페이지 아이템 타이틀 색상 변경해봤읍니다.

Issues 번호 :

Closes #66

변경, 추가된 코드(설명 등)

  • TreeItem.vue의 un-readable 색상을 변경했습니다.
  • 다만 제목 색상으로 읽고 안읽고 차이를 두려고 하신 것 같아서.. 개인적으로 해당 이슈는 보류해도 괜찮아보입니다.

코드 주의점

스크린샷

image

Summary by CodeRabbit

- Style: TreeItem.vue에서 색상 변경 (`--cp-color-gray-500` -> `--cp-color-chocolate`)

tree/edit 페이지 아이템 타이틀 색상 변경해봤읍니다.
@Jung-eunwoo Jung-eunwoo self-assigned this Apr 20, 2024
@github-actions
Copy link

github-actions bot commented Apr 20, 2024

Image description CodeRabbit

개요:

전체 변경 사항은 다음과 같습니다: 코드베이스의 여러 파일에서 색상이 --cp-color-gray-500에서 --cp-color-chocolate로 변경되었습니다.

상세 정보:

  • src/components/tree/TreeItem.vue:
    • 색상 변경: --cp-color-gray-500에서 --cp-color-chocolate로 변경되었습니다.

Uplevel your code reviews with CodeRabbit Pro

CodeRabbit Pro

If you like this project, please support us by purchasing the Pro version. The Pro version has advanced context, superior noise reduction and several proprietary improvements compared to the open source version. Moreover, CodeRabbit Pro is free for open source projects.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Image description CodeRabbit

Commits Files that changed from the base of the PR and between 2fd4909 and f91bdcd commits.
Files selected (1)
  • src/components/tree/TreeItem.vue (1)
Review comments generated (1)
  • Review: 1
  • LGTM: 0

Tips

Chat with Image description CodeRabbit Bot (@coderabbitai)

  • Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
  • Invite the bot into a review comment chain by tagging @coderabbitai in a reply.

Code suggestions

  • The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
  • You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.

Pausing incremental reviews

  • Add @coderabbitai: ignore anywhere in the PR description to pause further reviews from the bot.

.text.un-readable {
color: var(--cp-color-gray-500);
color: var(--cp-color-chocolate);

Choose a reason for hiding this comment

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

Image description CodeRabbit

색상이 변경되었는데, 이 변경 사항은 의도된 것인지 확인이 필요합니다.

-    color: var(--cp-color-gray-500);
+    color: var(--cp-color-chocolate);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

tree/edit 아이템 제목 색상이 연해 잘 보이지 않음

2 participants