@momo-kits/collapse 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.
- package/index.tsx +2 -2
- package/package.json +1 -1
package/index.tsx
CHANGED
|
@@ -82,7 +82,7 @@ const Collapse: FC<CollapseProps> = ({
|
|
|
82
82
|
const renderInfo = () => {
|
|
83
83
|
if (subTitle) {
|
|
84
84
|
return (
|
|
85
|
-
<Text numberOfLines={1} typography={'
|
|
85
|
+
<Text numberOfLines={1} typography={'body_default_regular'}>
|
|
86
86
|
{subTitle}
|
|
87
87
|
</Text>
|
|
88
88
|
);
|
|
@@ -163,7 +163,7 @@ const Collapse: FC<CollapseProps> = ({
|
|
|
163
163
|
{title}
|
|
164
164
|
</RNText>
|
|
165
165
|
{!!description && (
|
|
166
|
-
<Text numberOfLines={2} typography={'
|
|
166
|
+
<Text numberOfLines={2} typography={'body_default_regular'}>
|
|
167
167
|
{description}
|
|
168
168
|
</Text>
|
|
169
169
|
)}
|