From 5e5015018fbd5ee4d347d3d0837b5f375dbb4a67 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Mon, 9 Mar 2026 14:05:48 +0100 Subject: [PATCH] Round xl --- .../answers/compatibility-questions-display.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web/components/answers/compatibility-questions-display.tsx b/web/components/answers/compatibility-questions-display.tsx index 6923de01..472fe8f8 100644 --- a/web/components/answers/compatibility-questions-display.tsx +++ b/web/components/answers/compatibility-questions-display.tsx @@ -200,7 +200,7 @@ export function CompatibilityQuestionsDisplay(props: { {/* setSearchTerm(e.target.value)*/} {/* setPage(0)*/} {/* }}*/} - {/* className="h-8 pl-7 pr-2 text-sm border border-ink-300 rounded-md bg-canvas-0 focus:outline-none focus:ring-1 focus:ring-primary-500 w-48 transition-all"*/} + {/* className="h-8 pl-7 pr-2 text-sm border border-ink-300 rounded-xl bg-canvas-0 focus:outline-none focus:ring-1 focus:ring-primary-500 w-48 transition-all"*/} {/*/>*/} {answerText && ( {answerText} @@ -483,7 +483,7 @@ export function CompatibilityAnswerBlock(props: { data-testid="profile-compatibility-question-acceptable-answer" > {distinctPreferredAnswersText.map((text) => ( - + {text} ))} @@ -503,7 +503,7 @@ export function CompatibilityAnswerBlock(props: { setNewAnswer(_answer) setEditOpen(true) }} - className="bg-canvas-100 hover:bg-canvas-200 w-fit gap-1 rounded px-2 py-1 text-sm" + className="bg-canvas-100 hover:bg-canvas-200 w-fit gap-1 rounded-xl px-2 py-1 text-sm" > {label}