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

[Feat/Webrtc] 화면 공유 WebRtc 컴포넌트 UI 제작 #161

Merged
merged 2 commits into from
Jun 9, 2024

Conversation

yewon830
Copy link
Collaborator

@yewon830 yewon830 commented Jun 7, 2024

#️⃣연관된 이슈

📝작업 내용

화면공유 WebRtc 컴포넌트 UI 제작

  • ui 테스트 위해 프론트 쪽에서 페이징 처리해서 총 4개씩 화면 보이도록 컴포넌트 UI 제작
module.exports = {
  content: ["./src/**/*.{html,js,jsx,ts,tsx}"],
  theme: {
    extend: {
      // 기존 색상에서 확장 위해서 extend에 colors 넣는 방식으로 변경
      colors: {
        dark:{
          DEFAULT : "#2A2F4F",
        },
        pink:{
          DEFAULT : "#FDE2F3",
        },
        darkPink:{
          DEFAULT : "#E5BEEC",
        }
      },
    },
  },
  plugins: [],
};

tailwind config 파일 수정했습니다
bg-white 같은 기본 색을 인식 못하길래 extends 안에 넣어서 색을 확장하는 방식으로 바꿨습니다.

스크린샷 (선택)

image

💬리뷰 요구사항(선택)

@yewon830 yewon830 added the UI/UX front 기능 label Jun 7, 2024
@yewon830 yewon830 self-assigned this Jun 7, 2024
@yewon830 yewon830 changed the title [UI/UX] 화면 공유 WebRtc 컴포넌트 UI 제작 [Feat/Webrtc] 화면 공유 WebRtc 컴포넌트 UI 제작 Jun 7, 2024
@yewon830 yewon830 closed this Jun 7, 2024
@yewon830 yewon830 reopened this Jun 8, 2024
@jihyun-j jihyun-j merged commit b2c771c into kSideProject:dev Jun 9, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
UI/UX front 기능
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants