diff --git a/packages/design-system/src/ui/recapitulationCard/recapitulationCard.tsx b/packages/design-system/src/ui/recapitulationCard/recapitulationCard.tsx index 69eeb67..326b2a8 100644 --- a/packages/design-system/src/ui/recapitulationCard/recapitulationCard.tsx +++ b/packages/design-system/src/ui/recapitulationCard/recapitulationCard.tsx @@ -100,7 +100,7 @@ export function RecapitulationCard({ className="k1-flex k1-min-w-full k1-flex-col k1-gap-6 k1-p-recapitulationCardMobile lg:k1-py-recapitulationCardDesktop" > {/* top wrapper */} -
+
{/* toggle star */} {/* icon edit large icon size and wrapper */} {/* top toggled wrapper */} -
+
+ onClick("Yes")} + /> + onClick("No")} + /> +
+ +
{currentQuestion}/{questionCount} - + {title} {tags} @@ -133,7 +148,9 @@ export function RecapitulationCard({

-
+
{/* rendering buttons here */} {switchButton(answerType)}
@@ -143,7 +160,9 @@ export function RecapitulationCard({ // detail wrapper <> {/* button wrapper */} -
+
onClick("Yes")} @@ -167,7 +186,7 @@ export function RecapitulationCard({

{title}

-

+

{statement}

@@ -186,4 +205,3 @@ export function RecapitulationCard({ // TODO: // 1. Fix custom paddings behaviour on card (desktop) // 2. Simplify structure (toggle behaviour content order), if possible -// 3.