aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/components/BorderedContainerWithCaption.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/app/components/BorderedContainerWithCaption.tsx')
-rw-r--r--frontend/app/components/BorderedContainerWithCaption.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/components/BorderedContainerWithCaption.tsx b/frontend/app/components/BorderedContainerWithCaption.tsx
index 0fee425..5446ddc 100644
--- a/frontend/app/components/BorderedContainerWithCaption.tsx
+++ b/frontend/app/components/BorderedContainerWithCaption.tsx
@@ -13,7 +13,7 @@ export default function BorderedContainerWithCaption({
return (
<BorderedContainer>
<div className="flex flex-col gap-4">
- <h2 className="text-center text-lg">{caption}</h2>
+ <h2 className="text-center text-lg font-semibold">{caption}</h2>
{children}
</div>
</BorderedContainer>