@momo-kits/template 0.81.45 → 0.81.50

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.
@@ -131,7 +131,7 @@ const TrustBanner: FC<TrustBannerProps> = ({
131
131
  <Text
132
132
  style={styles.message}
133
133
  color={theme.colors.text.secondary}
134
- typography={'description_default_regular'}>
134
+ typography={'description_s'}>
135
135
  {content?.[language || 'vi'] || defaultData.content.vi}
136
136
  </Text>
137
137
  {renderFooter()}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/template",
3
- "version": "0.81.45",
3
+ "version": "0.81.50",
4
4
  "private": false,
5
5
  "main": "index.tsx",
6
6
  "dependencies": {},