diff --git a/src/components/v5/common/ActionSidebar/partials/Motions/steps/RevealStep/RevealStep.tsx b/src/components/v5/common/ActionSidebar/partials/Motions/steps/RevealStep/RevealStep.tsx index 3a8210f9be8..022eb0a2bf0 100644 --- a/src/components/v5/common/ActionSidebar/partials/Motions/steps/RevealStep/RevealStep.tsx +++ b/src/components/v5/common/ActionSidebar/partials/Motions/steps/RevealStep/RevealStep.tsx @@ -69,26 +69,30 @@ const RevealStep: FC = ({ status: StatusTypes.Info, iconAlignment: 'top', textClassName: 'w-full', + children: ( +

+ {formatText({ id: 'motion.revealStep.statusText' })} +

+ ), content: ( <> -

- {formatText({ id: 'motion.revealStep.statusText' })} -

- +
+ +
{!revealPhaseEnded && canInteract && ( = ({ statusTextSectionProps={{ status: StatusTypes.Info, textClassName: 'text-4 text-gray-900 w-full', + children: ( +

+ {formatText( + { id: 'motion.votingStep.statusText' }, + { thresholdPercent }, + )} +

+ ), content: ( - <> -

- {formatText( - { id: 'motion.votingStep.statusText' }, - { thresholdPercent }, +

+ -
- -
- + isTall + /> +
), iconAlignment: 'top', }}