File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ const IndependentLetterPage = () => {
212212 buttonType = "primary"
213213 size = "large"
214214 text = "답장하기"
215- onClick = { ( ) => router . push ( '/send/letter ' ) }
215+ onClick = { ( ) => router . push ( '/send/receiver ' ) }
216216 />
217217 </ ButtonContainer >
218218 </ Container >
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ const LetterPage = () => {
273273 buttonType = "primary"
274274 size = "large"
275275 text = "답장하기"
276- onClick = { ( ) => router . push ( '/send/letter ' ) }
276+ onClick = { ( ) => router . push ( '/send/receiver ' ) }
277277 />
278278 </ ButtonContainer >
279279 </ Container >
Original file line number Diff line number Diff line change @@ -87,14 +87,15 @@ const Box = styled.div`
8787 display: flex;
8888 flex-direction: column;
8989 align-items: flex-start;
90- gap : 10px;
90+ margin-bottom : 10px;
9191 border-radius: 8px;
9292 background: transparent;
9393 cursor: pointer;
9494` ;
9595
9696const ContentWrapper = styled . div `
9797 width: 100%;
98+ height: 68px;
9899 display: flex;
99100 justify-content: space-between;
100101 align-items: center;
You can’t perform that action at this time.
0 commit comments