RollingPaperTeam / rolling-papaer-web

Apache License 2.0
1 stars 1 forks source link

[CREATE] Day10 이나경 83 신규 message 추가 UI 구현 #90

Closed nakyoung98 closed 8 months ago

nakyoung98 commented 8 months ago

이 PR은 어떤 유형인가요?

설명

ButtonPlus컴포넌트 적용

=> 가운데 배치를 한 CenteredButtonPlusstyled-component로 wrap

const CenteredButtonPlus= styled(ButtonPlus)`
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
`;

새메세지추가 Card에 UI 적용

<CardBlock>
  <CenteredButtonPlus type="button">
    <PlusIcon />
  </CenteredButtonPlus>
</CardBlock>

관련 티켓 및 문서

스크린샷, 녹화

image

UI 접근성 체크리스트

UI 변경 사항이 있는 경우, 이 체크리스트를 활용하세요:

[선택사항] 이 PR을 가장 잘 설명하는 GIF는 무엇인가요?

giphy (5)