Skip to content

Commit 2c77c66

Browse files
committed
Fixed docs
1 parent ba10664 commit 2c77c66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demo/src/App.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const App: React.FC = () => {
7979

8080
<ul>
8181
<li>
82-
<strong>&lt;ViewPort /&gt;</strong> a top level space. This space will take over the
82+
<strong>&lt;ViewPort /&gt;</strong> - this space will take over the
8383
full viewport of the browser window. Resizing the browser window will automatically
8484
adjust the size of this space and all the nested spaces.
8585
</li>
@@ -147,13 +147,13 @@ const App: React.FC = () => {
147147
</SyntaxHighlighter>
148148

149149
<Space.Fixed height={400}>
150-
<Space.Left size="20%" style={{ backgroundColor: '#e0eae0' }}>
150+
<Space.Left size={200} style={{ backgroundColor: '#e0eae0' }}>
151151
{Description("Left")}
152152
</Space.Left>
153153
<Space.Fill style={{ backgroundColor: '#eee0e0' }}>
154154
{Description("Fill")}
155155
</Space.Fill>
156-
<Space.Right size="20%" style={{ backgroundColor: '#e0eee0' }}>
156+
<Space.Right size={200} style={{ backgroundColor: '#e0eee0' }}>
157157
{Description("Right")}
158158
</Space.Right>
159159
</Space.Fixed>

0 commit comments

Comments
 (0)