Skip to content
Snippets Groups Projects
Commit 8ac394fc authored by 심재엽's avatar 심재엽
Browse files

Merge branch 'develop' into 'main'

[design] 전송 버튼 길이 수정

See merge request !46
parents 747d7735 637d4181
No related branches found
No related tags found
1 merge request!46[design] 전송 버튼 길이 수정
Pipeline #11004 passed
......@@ -1050,7 +1050,7 @@ function ChattingDetail() {
theme="pink"
state={input.trim() ? "default" : "disable"}
onClick={sendMessage}
className="ml-3"
className="ml-3 flex items-center justify-center whitespace-nowrap w-16" // w-32로 버튼 너비 설정
>
전송
</Button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment