Skip to content

Commit

Permalink
update close icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Murat committed Sep 6, 2023
1 parent 2322feb commit 615e31a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ShutDownButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const ShutDownButton = ({onRemove}) => {
}
return (
<TouchableOpacity style={styles.button} onPress={onPress}>
<Text style={{fontSize: 18}}></Text>
<Text style={{fontSize: 18}}></Text>
</TouchableOpacity>
)
}
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": "react-native-design-mode",
"version": "2.1.25",
"version": "2.1.26",
"description": "Design mode for React Native",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 615e31a

Please sign in to comment.