Fix color prompts

This commit is contained in:
MartinBraquet
2026-03-08 00:02:45 +01:00
parent 159e634a1a
commit a699447e9e

View File

@@ -406,7 +406,7 @@ export function CompatibilityAnswerBlock(props: {
}
>
<Row
className="text-ink-800 justify-between gap-1 font-semibold"
className="justify-between gap-1 font-semibold"
data-testid="profile-compatibility-question"
>
{question.question}
@@ -494,7 +494,7 @@ export function CompatibilityAnswerBlock(props: {
</Row>
{distinctPreferredAnswersText.length > 0 && (
<Col className="gap-2">
<div className="text-ink-800 text-sm">
<div className="text-sm">
{preferredDoesNotIncludeAnswerText
? t('answers.display.acceptable', 'Acceptable')
: t('answers.display.also_acceptable', 'Also acceptable')}