feat: 支持步数卡片; 优化数据分析各类卡片样式
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { Ionicons } from '@expo/vector-icons';
|
||||
import React from 'react';
|
||||
import { StyleSheet } from 'react-native';
|
||||
import HealthDataCard from './HealthDataCard';
|
||||
@@ -14,10 +13,6 @@ const OxygenSaturationCard: React.FC<OxygenSaturationCardProps> = ({
|
||||
style,
|
||||
oxygenSaturation
|
||||
}) => {
|
||||
const oxygenIcon = (
|
||||
<Ionicons name="water" size={24} color="#3B82F6" />
|
||||
);
|
||||
|
||||
return (
|
||||
<HealthDataCard
|
||||
title="血氧饱和度"
|
||||
|
||||
Reference in New Issue
Block a user