@momo-kits/template 0.81.43 → 0.88.1

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.
@@ -10,7 +10,9 @@ const CustomAvatar: FC<CustomAvatarProps> = ({image, text, style}) => {
10
10
  const renderContent = () => {
11
11
  if (text) {
12
12
  return (
13
- <Text color={theme.colors.primary} typography={'description_xs'}>
13
+ <Text
14
+ color={theme.colors.primary}
15
+ typography={'description_xs_regular'}>
14
16
  {text}
15
17
  </Text>
16
18
  );
@@ -137,7 +137,7 @@ const TrustBanner: FC<TrustBannerProps> = ({
137
137
  <Text
138
138
  style={styles.message}
139
139
  color={theme.colors.text.secondary}
140
- typography={'description_s'}>
140
+ typography={'description_default_regular'}>
141
141
  {content?.[language || 'vi'] || defaultData.content.vi}
142
142
  </Text>
143
143
  {renderFooter()}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/template",
3
- "version": "0.81.43",
3
+ "version": "0.88.1",
4
4
  "private": false,
5
5
  "main": "index.tsx",
6
6
  "dependencies": {},