Skip to content

Commit 8a4e6fd

Browse files
committed
website: adjust font
1 parent 50c76ca commit 8a4e6fd

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@types/react": "^19.0.7",
3232
"@types/react-dom": "^19.0.3",
3333
"bunchee": "^6.3.3",
34-
"codice": "1.1.0",
34+
"codice": "^1.2.1",
3535
"devjar": "link:./",
3636
"next": "^15.1.5",
3737
"react": "^19.0.0",

pnpm-lock.yaml

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/ui/codesandbox.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export function Codesandbox({
4545
controls={false}
4646
title={null}
4747
lineNumbers={false}
48+
fontSize={13}
4849
value={files[activeFile]}
4950
onChange={(code) => {
5051
setFiles({

0 commit comments

Comments
 (0)