Skip to content

Commit 035b782

Browse files
authored
Fix: improve icon visibility in Quick Answers cards for dark mode (#543)
1 parent b35c883 commit 035b782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/About/FAQs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ const FAQs = () => {
103103
whileTap="tap"
104104
>
105105
<motion.div
106-
className="w-12 h-12 bg-white dark:bg-gray-700 flex items-center justify-center rounded-lg mb-4"
106+
className="w-12 h-12 bg-white dark:bg-white-700 flex items-center justify-center rounded-lg mb-4"
107107
variants={faqPageAnimations.quickAnswerIcon}
108108
custom={index}
109109
>

0 commit comments

Comments
 (0)