@ledvance/group-ui-biz-bundle 1.0.98 → 1.0.100
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
|
@@ -86,7 +86,7 @@ const MoodPage = (props: {theme?: ThemeType}) => {
|
|
|
86
86
|
}, [state.staticTagChecked, state.dynamicTagChecked, state.originMoods]);
|
|
87
87
|
|
|
88
88
|
const getMoodList = (isRefresh?: boolean) =>{
|
|
89
|
-
state.loading = true
|
|
89
|
+
state.loading = true
|
|
90
90
|
getRemoteMoodList(
|
|
91
91
|
uaGroupInfo.tyGroupId.toString(),
|
|
92
92
|
{...params, isRefresh}
|
|
@@ -327,7 +327,7 @@ const MoodPage = (props: {theme?: ThemeType}) => {
|
|
|
327
327
|
})
|
|
328
328
|
}}
|
|
329
329
|
>
|
|
330
|
-
<Image source={res.ic_refresh} style={{ width: cx(24), height: cx(24) }} />
|
|
330
|
+
<Image source={res.ic_refresh} style={{ width: cx(24), height: cx(24), tintColor: props.theme?.global.fontColor }} />
|
|
331
331
|
</TouchableOpacity>
|
|
332
332
|
<Spacer height={cx(10)} />
|
|
333
333
|
{state.originMoods.length >= MAX_MOOD_COUNT && (
|