Skip to content

Commit ed52214

Browse files
committed
chore: @brillout/docpress@^0.16.0
1 parent 07d3daa commit ed52214

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"typecheck": "tsc --noEmit --watch"
77
},
88
"dependencies": {
9-
"@brillout/docpress": "0.15.13-commit-2b0e889",
9+
"@brillout/docpress": "^0.16.0",
1010
"@types/react": "^19.1.8",
1111
"@types/react-dom": "^19.1.6",
1212
"@vitejs/plugin-react-swc": "^3.10.2",

docs/pages/index/+Page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function Page() {
1010
<>
1111
<div
1212
style={{
13-
background: 'var(--bg-color)',
13+
background: 'var(--color-bg-gray)',
1414
paddingTop: 50,
1515
paddingBottom: 80,
1616
}}
@@ -20,7 +20,7 @@ function Page() {
2020
</div>
2121
<div
2222
style={{
23-
background: 'var(--bg-color)',
23+
background: 'var(--color-bg-gray)',
2424
marginTop: 'var(--block-margin)',
2525
paddingTop: 60,
2626
paddingBottom: 120,

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)