Skip to content

Commit

Permalink
refactor: RoomSetting 글자 간격 넓힘 #348
Browse files Browse the repository at this point in the history
  • Loading branch information
novice0840 committed Oct 23, 2024
1 parent da1ff91 commit 7a4ae56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/RoomSetting/RoomSetting.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const roomSettingKey = css`
export const roomSettingKeyBox = css`
display: flex;
justify-content: space-between;
width: 40rem;
width: 50rem;
font-weight: 600;
`;
Expand All @@ -47,5 +47,5 @@ export const roomSettingValueBox = css`
display: flex;
justify-content: space-between;
align-items: center;
width: 40rem;
width: 50rem;
`;

0 comments on commit 7a4ae56

Please sign in to comment.