|
|
@@ -813,7 +813,7 @@ export default function Page() {
|
|
|
</View>
|
|
|
<WeekCalendar isFastSleep={false} />
|
|
|
<View className="vip_calendar" style={{ marginBottom: 40 }} onClick={() => setShowEatCalendar(false)}>
|
|
|
- <Text style={{ color: '#fff' }}>{t('feature.track_time_duration.weekly.back')}</Text>
|
|
|
+ <Text style={{ color: '#fff',fontWeight:'bold' }}>{t('feature.track_time_duration.weekly.back')}</Text>
|
|
|
</View>
|
|
|
</View>
|
|
|
}
|