mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-25 01:51:37 -04:00
Update editable bio styles for improved readability
This commit is contained in:
@@ -42,7 +42,7 @@ export function BioTips({onClick}: {onClick?: () => void}) {
|
||||
<ShowMore
|
||||
labelClosed={t('profile.bio.tips', 'Tips')}
|
||||
labelOpen={t('profile.bio.hide_info', 'Hide info')}
|
||||
className={'custom-link text-sm'}
|
||||
className={'custom-link text-sm prose prose-neutral dark:prose-invert'}
|
||||
>
|
||||
<p>
|
||||
{t(
|
||||
@@ -184,7 +184,7 @@ export function BaseBio({defaultValue, onBlur, onEditor, onClickTips}: BaseBioPr
|
||||
return (
|
||||
<div>
|
||||
{textLength < MIN_BIO_LENGTH && (
|
||||
<p>
|
||||
<p className={'guidance'}>
|
||||
{remainingChars === 1
|
||||
? t(
|
||||
'profile.bio.add_characters_one',
|
||||
|
||||
Reference in New Issue
Block a user