diff --git a/src/app/features/settings/account/Profile.tsx b/src/app/features/settings/account/Profile.tsx index 393fec523..3737a3047 100644 --- a/src/app/features/settings/account/Profile.tsx +++ b/src/app/features/settings/account/Profile.tsx @@ -436,7 +436,7 @@ function ProfileStatus() { > - + + = 56 ? 1 : 0.45, + color: + statusMsg.length >= 64 + ? 'var(--tc-critical-normal)' + : statusMsg.length >= 56 + ? 'var(--tc-warning-normal)' + : undefined, + }} + > + {statusMsg.length} / 64 +