From 0ab0c007d3b12b5ac563f2154ce21829ec7a5c16 Mon Sep 17 00:00:00 2001 From: MrOrz Date: Wed, 29 Mar 2023 02:14:33 +0800 Subject: [PATCH] feat(AIReplySection): make AI response less prominant --- components/AIReplySection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/AIReplySection.js b/components/AIReplySection.js index fdbd6dee..a851e027 100644 --- a/components/AIReplySection.js +++ b/components/AIReplySection.js @@ -11,7 +11,7 @@ function AIReplySection({ defaultExpand = false, aiReplyText = '' }) { const [expand, setExpand] = useState(defaultExpand); return ( - +