diff --git a/src/view/com/composer/Composer.tsx b/src/view/com/composer/Composer.tsx index 9761a373d4..94c02767ea 100644 --- a/src/view/com/composer/Composer.tsx +++ b/src/view/com/composer/Composer.tsx @@ -867,48 +867,59 @@ export const ComposePost = ({ )} - {videoState.status !== 'idle' && videoState.status !== 'done' ? ( - - ) : ( - - - 0} - setError={setError} - /> - - - {!isMobile ? ( - - ) : null} - - )} - - - + + {videoState.status !== 'idle' && videoState.status !== 'done' ? ( + + ) : ( + + + 0} + setError={setError} + /> + + + {!isMobile ? ( + + ) : null} + + )} + + + + + maxLength ? '#e60000' : pal.colors.text const circleColor = count > maxLength ? '#e60000' : pal.colors.link return ( - - + + {maxLength - count} - - {count > maxLength ? ( - - ) : ( - - )} - + {count > maxLength ? ( + + ) : ( + + )} ) }