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

[FIX] TextInput과 VRLink 각각 스타일 수정 #89

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

chunzhi23
Copy link
Contributor

작성자: @chunzhi23

체크 리스트

  • 적절한 제목으로 수정했나요?
  • 상단에 이슈 번호를 기입했나요?
  • Target Branch를 올바르게 설정했나요?
  • Label을 알맞게 설정했나요?

작업 내역

  • TextInput Wrapper 스타일 지정 가능하도록 수정
  • VRLink max-height 스타일 삭제

비고

https://github.com/SystemConsultantGroup/s-top-frontend/blob/5c50f44b323db48a560ef3537ec6b32c3cfb0c7a/src/components/common/TextInput/TextInput.tsx#L4-L9

wrapperClasses에 위와 같이 dict를 만들고 해당 스타일을 넘기면 됩니다. 아래는 예시입니다:

import styles from "./styles.module.css";

<TextInput wrapperClasses={{
  root: styles.root,
  description: styles.description
}} />

TextInput Wrapper 스타일 지정 가능하도록 수정

VRLink max-height 스타일 삭제
@chunzhi23 chunzhi23 added the fix label Aug 30, 2024
@chunzhi23 chunzhi23 requested a review from hynseok August 30, 2024 05:57
@chunzhi23 chunzhi23 self-assigned this Aug 30, 2024
Copy link

@chunzhi23 chunzhi23 merged commit e1c242f into develop Aug 30, 2024
1 check passed
@chunzhi23 chunzhi23 deleted the fix/comp-input branch August 30, 2024 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants