From 1310c423bdd458a7323974245ff9f583b63359a8 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Tue, 24 Feb 2026 00:35:42 +0100 Subject: [PATCH] Update editable bio styles for improved readability --- web/components/bio/editable-bio.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/bio/editable-bio.tsx b/web/components/bio/editable-bio.tsx index 25d7a179..98eeabd9 100644 --- a/web/components/bio/editable-bio.tsx +++ b/web/components/bio/editable-bio.tsx @@ -42,7 +42,7 @@ export function BioTips({onClick}: {onClick?: () => void}) {

{t( @@ -184,7 +184,7 @@ export function BaseBio({defaultValue, onBlur, onEditor, onClickTips}: BaseBioPr return (

{textLength < MIN_BIO_LENGTH && ( -

+

{remainingChars === 1 ? t( 'profile.bio.add_characters_one',