ordering-ui-react-native 0.14.6 → 0.14.7

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.14.6",
3
+ "version": "0.14.7",
4
4
  "description": "Reusable components made in react native",
5
5
  "main": "src/index.tsx",
6
6
  "author": "ordering.inc",
@@ -196,7 +196,7 @@ export const VerifyPhone = (props: any) => {
196
196
  <WrappCountdown>
197
197
  <CountDownContainer color={timer === '00:00' ? theme.colors.error: theme.colors.success}>
198
198
  <OText
199
- size={28}
199
+ size={26}
200
200
  color={timer === '00:00' ? theme.colors.error: theme.colors.success}
201
201
  >
202
202
  {timer}
@@ -8,7 +8,7 @@ export const Container = styled.View`
8
8
  export const CountDownContainer = styled.View`
9
9
  background-color: ${(props: any) => `${props.color}4D`};
10
10
  border-radius: 30px;
11
- padding: 5px 80px 0px;
11
+ padding: 5px 0px 0px;
12
12
  margin: 0 auto;
13
13
  display: flex;
14
14
  justify-content: center;