Skip to content

Commit 122bfac

Browse files
committed
[CHORE] 파일 전송 버튼 디자인 수정
1 parent 8f7ce35 commit 122bfac

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/components/chat/FileSendButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const FileSendButton = ({ onUploadSuccess }: FileSendButtonProps) => {
8585
<button
8686
onClick={handleButtonClick}
8787
disabled={uploading}
88-
className="my-2 w-fit rounded-md bg-[#0D2D84] p-4 text-white transition-colors hover:bg-[#0a2366] disabled:cursor-not-allowed disabled:bg-gray-400"
88+
className="my-2 w-fit rounded-md bg-[#0d2d84a2] p-4 text-white transition-colors hover:bg-[#0a2366] disabled:cursor-not-allowed disabled:bg-gray-400"
8989
>
9090
{uploading ? '업로드 중...' : '📎파일 업로드'}
9191
</button>

src/pages/chat/ChatPageTest.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ export default function ChatPageTest() {
1313
{
1414
id: 'initial',
1515
role: 'assistant',
16-
content: '안녕하세요! Snowgent입니다❄️ \n재고 데이터 파일을 업로드 해주세요',
16+
content:
17+
'안녕하세요! 청파프레시 사장님\nSnowgent입니다❄️ \n재고 데이터 파일을 업로드 해주세요',
1718
},
1819
]);
1920
const [input, setInput] = useState('');

0 commit comments

Comments
 (0)