Skip to content

Commit aeab255

Browse files
committed
bigger x button
1 parent a2336b4 commit aeab255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/chatbot/ChatBot.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export default function Chatbot() {
184184
className="ml-auto rounded-full"
185185
onClick={() => setIsOpen(false)}
186186
>
187-
<XIcon className="h-4 w-4" />
187+
<XIcon className="h-6 w-6" />
188188
<span className="sr-only">Close Chatbot</span>
189189
</Button>
190190
</div>

0 commit comments

Comments
 (0)