chore: fix text padding

This commit is contained in:
Adithya Krishna
2024-04-17 04:08:41 +05:30
committed by GitHub
parent db9899d293
commit 3bc9b5ada0

View File

@ -131,7 +131,7 @@ export default async function CompletedSigningPage({
</div>
))
.with({ deletedAt: null }, () => (
<div className="flex items-center text-center text-blue-600">
<div className="flex items-center mt-4 text-center text-blue-600">
<Clock8 className="mr-2 h-5 w-5" />
<span className="text-sm">Waiting for others to sign</span>
</div>