Skip to content

Commit

Permalink
(#79) ๐ŸŽจ design: ์ฑ—๋ด‡ ์ž…๋ ฅ์ฐฝ ์ „์ฒด๊ฐ€ ๋ˆŒ๋ฆฌ๋„๋ก ๋„ˆ๋น„ ๊ฝ‰ ์ฐจ๊ฒŒ ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
inaemon committed Nov 27, 2024
1 parent b58b2a0 commit cdf3785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Chatbot/components/input/ChatbotInputField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const ChatbotInputField = ({isStadiumSelected, onSelect, onClovaResponseUpdate}:
<input
type="text"
placeholder="์ฑ—๋ด‡์—๊ฒŒ ๋ฉ”์‹œ์ง€ ๋ณด๋‚ด๊ธฐ"
className="border-none bg-transparent text-grayscale-60 text-xs font-medium outline-none px-2"
className="border-none w-full bg-transparent text-grayscale-60 text-xs font-medium outline-none px-2"
value={inputClovaMessage} // input ๊ฐ’ ์ดˆ๊ธฐํ™”
onChange={(e) => setInputClovaMessage(e.target.value)} // input ๊ฐ’์ด ๋ณ€๊ฒฝ๋  ๋•Œ ์ƒํƒœ ์—…๋ฐ์ดํŠธ
/>
Expand Down

0 comments on commit cdf3785

Please sign in to comment.