File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,16 @@ const ThrowError = () => {
1212 flexDirection : 'column' ,
1313 justifyContent : 'center' ,
1414 alignItems : 'center' ,
15+ paddingTop : 60 ,
1516 } }
1617 >
1718 < button
1819 style = { {
1920 border : 'none' ,
2021 backgroundColor : '#1890ff' ,
2122 cursor : 'pointer' ,
22- height : '32px' ,
23- borderRadius : '4px' ,
23+ height : 32 ,
24+ borderRadius : 4 ,
2425 } }
2526 onClick = { ( ) => setCount ( ( count ) => count + 1 ) }
2627 >
Original file line number Diff line number Diff line change @@ -12,15 +12,16 @@ const ThrowError = () => {
1212 flexDirection : 'column' ,
1313 justifyContent : 'center' ,
1414 alignItems : 'center' ,
15+ paddingTop : 60 ,
1516 } }
1617 >
1718 < button
1819 style = { {
1920 border : 'none' ,
2021 backgroundColor : '#1890ff' ,
2122 cursor : 'pointer' ,
22- height : '32px' ,
23- borderRadius : '4px' ,
23+ height : 32 ,
24+ borderRadius : 4 ,
2425 } }
2526 onClick = { ( ) => setCount ( ( count ) => count + 1 ) }
2627 >
You can’t perform that action at this time.
0 commit comments