Skip to content

Commit 6455935

Browse files
committed
chore(docs): fix placeholder ai btn
1 parent c84603c commit 6455935

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/theme.config.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ const InkeepChatButton = dynamic(
1515
<button className="flex gap-2 items-center py-1.5 px-3 text-base leading-tight text-gray-800 rounded-lg transition-colors md:text-sm dark:text-gray-200 bg-black/[.05] dark:bg-gray-50/10">
1616
<svg
1717
xmlns="http://www.w3.org/2000/svg"
18-
width="18"
19-
height="18"
18+
width="16"
19+
height="16"
2020
fill="currentColor"
2121
viewBox="0 0 256 256"
2222
>

0 commit comments

Comments
 (0)