Skip to content

Commit cb54eff

Browse files
committed
Update text styles in Resources component for improved readability
1 parent bfcefa1 commit cb54eff

File tree

1 file changed

+2
-2
lines changed
  • app/[locale]/(user)/datasets/[datasetIdentifier]/components/Resources

1 file changed

+2
-2
lines changed

app/[locale]/(user)/datasets/[datasetIdentifier]/components/Resources/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ const Resources = () => {
195195
getResourceDetails.data?.datasetResources?.length > 0 ? (
196196
<div className=" flex flex-col gap-8">
197197
<div className="flex flex-col gap-1">
198-
<Text variant="heading2xl">Files in this Dataset </Text>
199-
<Text variant="headingLg" fontWeight="regular">
198+
<Text variant="headingLg">Files in this Dataset </Text>
199+
<Text variant='bodyLg'>
200200
All files associated with this Dataset which can be downloaded{' '}
201201
</Text>
202202
</div>

0 commit comments

Comments
 (0)