Prechádzať zdrojové kódy

style: change Apple disclaimer text color to yellow

zbb 1 mesiac pred
rodič
commit
7c72f20138
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      app/dimension/room.tsx

+ 1 - 1
app/dimension/room.tsx

@@ -148,7 +148,7 @@ export default function RoomScreen() {
           {Platform.OS === 'ios' && (
              <View style={{ paddingHorizontal: 15, marginBottom: 15, alignItems: 'center' }}>
                <View style={{ backgroundColor: 'rgba(0,0,0,0.5)', paddingHorizontal: 12, paddingVertical: 8, borderRadius: 12 }}>
-                 <Text style={{ color: '#ffffff', fontSize: 13, textAlign: 'center', fontWeight: '500' }}>
+                 <Text style={{ color: '#FFD700', fontSize: 13, textAlign: 'center', fontWeight: '500' }}>
                    特别声明:本平台所有活动与苹果公司(Apple Inc.)无关
                  </Text>
                </View>