Skip to content

Commit

Permalink
docs: update custom theme demo width (#686)
Browse files Browse the repository at this point in the history
Co-authored-by: tingzhao.ytz <tingzhao.ytz@antgroup.com>
  • Loading branch information
yutingzhao1991 and tingzhao.ytz committed Mar 25, 2024
1 parent b06565b commit 6ddd53e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guide/demos/custom-token.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const App: React.FC = () => {
styles={{
body: {
padding: 0,
maxWidth: 737,
maxWidth: 795,
},
}}
>
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/demos/theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const App: React.FC = () => {
styles={{
body: {
padding: 0,
maxWidth: 737,
maxWidth: 795,
},
}}
>
Expand Down

0 comments on commit 6ddd53e

Please sign in to comment.