|
|
|
@ -126,7 +126,7 @@ function AccordionDesign1({ vod }) { |
|
|
|
|
<Droppable droppableId="characters"> |
|
|
|
|
{(provided) => ( |
|
|
|
|
<section |
|
|
|
|
className="characters w-full flex flex-col bg-gray-200" |
|
|
|
|
className="characters w-full flex flex-col bg-surface" |
|
|
|
|
id="container" |
|
|
|
|
{...provided.droppableProps} |
|
|
|
|
ref={provided.innerRef} |
|
|
|
@ -149,8 +149,8 @@ function AccordionDesign1({ vod }) { |
|
|
|
|
} |
|
|
|
|
className={`flex flex-row items-center justify-between px-3 py-4 border-b-2 ${ |
|
|
|
|
activeAccordion === item |
|
|
|
|
? "border-surfaceBorder " |
|
|
|
|
: "border-secondary" |
|
|
|
|
? "border-secondary" |
|
|
|
|
: "border-surfaceBorder" |
|
|
|
|
} cursor-pointer`}
|
|
|
|
|
> |
|
|
|
|
<CircleInCircle |
|
|
|
|