Skip to content

Commit

Permalink
website: adjust font
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Feb 10, 2025
1 parent 50c76ca commit 8a4e6fd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"bunchee": "^6.3.3",
"codice": "1.1.0",
"codice": "^1.2.1",
"devjar": "link:./",
"next": "^15.1.5",
"react": "^19.0.0",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions site/ui/codesandbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export function Codesandbox({
controls={false}
title={null}
lineNumbers={false}
fontSize={13}
value={files[activeFile]}
onChange={(code) => {
setFiles({
Expand Down

0 comments on commit 8a4e6fd

Please sign in to comment.