@xetwa/design-system 1.0.11 → 1.0.12

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": "@xetwa/design-system",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -162,10 +162,10 @@ export const PlanCard = ({
162
162
  </Typography>
163
163
  </View>
164
164
  <View style={styles.priceRow}>
165
- <Typography style={[styles.priceText, { color: colors.priceColor, fontSize: scaleText(22) }]}>
165
+ <Typography style={[styles.priceText, { color: colors.priceColor, fontSize: scaleText(28), lineHeight: scaleText(32) }]}>
166
166
  {priceText}
167
167
  </Typography>
168
- <Typography style={[styles.periodText, { color: colors.periodColor, fontSize: scaleText(10), marginLeft: scale(2) }]}>
168
+ <Typography style={[styles.periodText, { color: colors.periodColor, fontSize: scaleText(12), marginLeft: scale(2), lineHeight: scaleText(16) }]}>
169
169
  {pricePeriod}
170
170
  </Typography>
171
171
  </View>
@@ -179,10 +179,10 @@ export const PlanCard = ({
179
179
  {planName}
180
180
  </Typography>
181
181
  <View style={styles.priceRow}>
182
- <Typography style={[styles.priceText, { color: colors.priceColor, fontSize: scaleText(22) }]}>
182
+ <Typography style={[styles.priceText, { color: colors.priceColor, fontSize: scaleText(28), lineHeight: scaleText(32) }]}>
183
183
  {priceText}
184
184
  </Typography>
185
- <Typography style={[styles.periodText, { color: colors.periodColor, fontSize: scaleText(10), marginLeft: scale(2) }]}>
185
+ <Typography style={[styles.periodText, { color: colors.periodColor, fontSize: scaleText(12), marginLeft: scale(2), lineHeight: scaleText(16) }]}>
186
186
  {pricePeriod}
187
187
  </Typography>
188
188
  </View>
@@ -283,7 +283,7 @@ const styles = StyleSheet.create({
283
283
  },
284
284
  priceRow: {
285
285
  flexDirection: 'row',
286
- alignItems: 'baseline',
286
+ alignItems: 'flex-end',
287
287
  marginTop: 2,
288
288
  },
289
289
  priceText: {