refector: fixed some minor bug in UI

This commit is contained in:
sanjidaRimi023
2026-05-06 20:29:33 +06:00
parent 723d300c73
commit 16ba6b2d99
3 changed files with 11 additions and 23 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ export default function FAQSection() {
<AccordionItem
value={`item-${index}`}
className={`
group border-none rounded-3xl transition-all duration-500 px-2
group glass-strong border dark:border-none rounded-2xl transition-all duration-500 px-2
${
activeItem === `item-${index}`
? "bg-primary/20 shadow-[0_20px_50px_rgba(0,0,0,0.05)] scale-[1.01]"