Skip to content

Commit

Permalink
fix: modal mask style
Browse files Browse the repository at this point in the history
  • Loading branch information
BANG88 committed Aug 3, 2020
1 parent 99ce850 commit 34886c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion components/modal/style/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export default (theme: Theme) =>
zIndex: theme.modal_zindex,
},
wrap: {
flex: 1,
justifyContent: 'center',
alignItems: 'center',
backgroundColor: 'transparent',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/react-native",
"version": "4.0.2",
"version": "4.0.3",
"description": "基于蚂蚁金服移动设计规范的 React Native 组件库",
"keywords": [
"ant",
Expand Down

0 comments on commit 34886c6

Please sign in to comment.