Skip to content

Commit 8c6d779

Browse files
committed
update summary font size
1 parent f466458 commit 8c6d779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/[locale]/(user)/usecases/components/Details.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const PrimaryDetails = ({ data, isLoading }: { data: any; isLoading: any }) => {
7979
<div className="mt-6 lg:mt-10">
8080
<Text variant="heading2xl">Summary</Text>
8181
<div className="mt-4">
82-
<Text variant="headingLg" fontWeight="regular">
82+
<Text variant="headingMd" fontWeight="regular">
8383
{data.useCase.summary}
8484
</Text>
8585
</div>

0 commit comments

Comments
 (0)