Skip to content

Commit

Permalink
feat(web): enlarge font
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Sep 18, 2024
1 parent 26bc5c6 commit 2efc49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/web/app/components/Resources/table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default function ResourcesTable(props: ResourcesTableProps) {
<th className="py3 px2 text-center w-max">播放</th>
</tr>
</thead>
<tbody className="resources-table-body divide-y border-b text-sm lt-lg:text-xs">
<tbody className="resources-table-body divide-y border-b text-base lt-lg:text-sm">
{resources.map((r) => (
<ResourceItem key={`${r.provider}/${r.providerId}`} resource={r}></ResourceItem>
))}
Expand Down

0 comments on commit 2efc49d

Please sign in to comment.