refector: fixed some minor bug in UI
This commit is contained in:
@@ -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]"
|
||||
|
||||
Reference in New Issue
Block a user