ordering-ui-react-native 0.21.81 → 0.21.82

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.21.81",
3
+ "version": "0.21.82",
4
4
  "description": "Reusable components made in react native",
5
5
  "main": "src/index.tsx",
6
6
  "author": "ordering.inc",
@@ -247,7 +247,7 @@ export const BusinessBasicInformation = (
247
247
  <View style={styles.tiktokIcon}>
248
248
  <OIcon
249
249
  src={theme.images.general.tiktok}
250
- style={{ width: 10, height: 12 }}
250
+ style={{ width: 10, height: 12, bottom: 1 }}
251
251
  cover
252
252
  />
253
253
  </View>