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}