fix: white-label for next-button, progress-bar, and steps (#2319)

This commit is contained in:
Ted Liang
2025-12-15 15:51:11 +11:00
committed by GitHub
parent 05d7015ef0
commit f31cc575d0
4 changed files with 5 additions and 5 deletions
@@ -109,7 +109,7 @@ export const DocumentSigningPageViewV2 = () => {
<motion.div
layout="size"
layoutId="document-flow-container-step"
className="absolute inset-y-0 left-0 bg-documenso"
className="absolute inset-y-0 left-0 bg-primary"
style={{
width: `${100 - (100 / requiredRecipientFields.length) * (recipientFieldsRemaining.length ?? 0)}%`,
}}