From a699447e9eeca8009189d8fe09fb54dd0ade4a05 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sun, 8 Mar 2026 00:02:45 +0100 Subject: [PATCH] Fix color prompts --- web/components/answers/compatibility-questions-display.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/answers/compatibility-questions-display.tsx b/web/components/answers/compatibility-questions-display.tsx index 4388d6ad..2d86da41 100644 --- a/web/components/answers/compatibility-questions-display.tsx +++ b/web/components/answers/compatibility-questions-display.tsx @@ -406,7 +406,7 @@ export function CompatibilityAnswerBlock(props: { } > {question.question} @@ -494,7 +494,7 @@ export function CompatibilityAnswerBlock(props: { {distinctPreferredAnswersText.length > 0 && ( -
+
{preferredDoesNotIncludeAnswerText ? t('answers.display.acceptable', 'Acceptable') : t('answers.display.also_acceptable', 'Also acceptable')}