ordering-ui-react-native 0.18.65 → 0.18.66

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ordering-ui-react-native",
3
- "version": "0.18.65",
3
+ "version": "0.18.66",
4
4
  "description": "Reusable components made in react native",
5
5
  "main": "src/index.tsx",
6
6
  "author": "ordering.inc",
@@ -121,17 +121,17 @@ const WalletsUI = (props: any) => {
121
121
  <>
122
122
  <Container>
123
123
  <Header>
124
- <View style={{
125
- ...{
126
- width: '100%',
127
- display: 'flex',
128
- flexDirection: 'row',
129
- alignItems: 'center',
130
- marginTop: 30,
131
- justifyContent: 'space-between',
132
- alignContent: 'center'
133
- },
134
- }}>
124
+ <View style={{
125
+ ...{
126
+ width: '100%',
127
+ display: 'flex',
128
+ flexDirection: 'row',
129
+ alignItems: 'center',
130
+ marginTop: 30,
131
+ justifyContent: 'space-between',
132
+ alignContent: 'center'
133
+ },
134
+ }}>
135
135
  {(!props.hideBackBtn || !hideWalletsTheme) && !isChewLayout && (
136
136
  <OButton
137
137
  imgLeftStyle={{ width: 18 }}
@@ -145,7 +145,6 @@ const WalletsUI = (props: any) => {
145
145
  shadowColor: '#FFF',
146
146
  paddingLeft: 0,
147
147
  paddingRight: 0,
148
- marginTop: 30,
149
148
  }}
150
149
  onClick={goToBack}
151
150
  icon={AntDesignIcon}