Skip to content

Commit b42ab1d

Browse files
committed
make filename font size larger
1 parent a4e0311 commit b42ab1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/01.sunsetting-jsdom/01.problem.write-a-test/src/file-preview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export function FilePreview({ file }: { file: File }) {
1717
return (
1818
<div>
1919
<div className="w-full max-w-2xl overflow-hidden rounded-md border border-slate-200 bg-white shadow-lg shadow-slate-200">
20-
<p className="border-b border-slate-200 bg-slate-50 px-4 py-2 text-sm font-bold text-slate-600">
20+
<p className="border-b border-slate-200 bg-slate-50 px-4 py-2 font-bold text-slate-600">
2121
📄 {file.name}
2222
</p>
2323
<pre className="max-h-[28ch] overflow-scroll p-4">{previewText}</pre>

0 commit comments

Comments
 (0)