@magmamath/students-features 1.8.6-rc.2 → 1.8.6-rc.3

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.
@@ -65,7 +65,7 @@ exports.AccountInfoCard = AccountInfoCard;
65
65
  const styles = _reactNative.StyleSheet.create({
66
66
  field: {
67
67
  gap: _reactNativeUi.SPACING['100'],
68
- paddingHorizontal: _reactNativeUi.SPACING['100']
68
+ paddingHorizontal: _reactNativeUi.SPACING['200']
69
69
  },
70
70
  label: {
71
71
  color: _reactNativeUi.COLORS.NEUTRAL_7
@@ -59,7 +59,7 @@ export const AccountInfoCard = () => {
59
59
  const styles = StyleSheet.create({
60
60
  field: {
61
61
  gap: SPACING['100'],
62
- paddingHorizontal: SPACING['100']
62
+ paddingHorizontal: SPACING['200']
63
63
  },
64
64
  label: {
65
65
  color: COLORS.NEUTRAL_7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magmamath/students-features",
3
- "version": "1.8.6-rc.2",
3
+ "version": "1.8.6-rc.3",
4
4
  "description": "Magmamath features library",
5
5
  "source": "src/index.ts",
6
6
  "main": "src/index.ts",
@@ -49,7 +49,7 @@ export const AccountInfoCard = () => {
49
49
  const styles = StyleSheet.create({
50
50
  field: {
51
51
  gap: SPACING['100'],
52
- paddingHorizontal: SPACING['100'],
52
+ paddingHorizontal: SPACING['200'],
53
53
  },
54
54
  label: {
55
55
  color: COLORS.NEUTRAL_7,