From 1692615d6d07b0046887da585e6e0b878b40e3b7 Mon Sep 17 00:00:00 2001 From: "haitao(lj)" Date: Wed, 21 Dec 2022 15:19:33 +0800 Subject: [PATCH] fix(questionList): Adjust the border color of the list-group-item to default --- ui/src/components/QuestionList/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/components/QuestionList/index.tsx b/ui/src/components/QuestionList/index.tsx index 6b7088cf..f7075c73 100644 --- a/ui/src/components/QuestionList/index.tsx +++ b/ui/src/components/QuestionList/index.tsx @@ -117,12 +117,12 @@ const QuestionList: FC = ({ source }) => { i18nKeyPrefix="question" /> - + {listData?.list?.map((li) => { return ( + className="bg-transparent py-3 px-0 border-start-0 border-end-0">