From 7121ca0a8c3b40f716094cb8d0d89246eb7a8e84 Mon Sep 17 00:00:00 2001 From: Scott Chiang Date: Fri, 6 Dec 2024 18:27:25 -0800 Subject: [PATCH] fix --- app/components/FAQcard.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/components/FAQcard.tsx b/app/components/FAQcard.tsx index 4cf3023..af04d57 100644 --- a/app/components/FAQcard.tsx +++ b/app/components/FAQcard.tsx @@ -19,7 +19,6 @@ const FAQcard: React.FC = ({ question, answer }) => { // Inline styles for the component const styles = { card: { - border: '1px solid #ddd', borderRadius: '20px', padding: '16px', margin: '16px',