Explorar o código

style: increase font size and contrast of Apple disclaimer

zbb hai 1 mes
pai
achega
3547426415
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      app/dimension/room.tsx

+ 2 - 2
app/dimension/room.tsx

@@ -147,8 +147,8 @@ export default function RoomScreen() {
           {/* iOS 特有免责声明 (应 Apple 审核要求显眼展示) */}
           {Platform.OS === 'ios' && (
              <View style={{ paddingHorizontal: 15, marginBottom: 15, alignItems: 'center' }}>
-               <View style={{ backgroundColor: 'rgba(0,0,0,0.4)', paddingHorizontal: 12, paddingVertical: 6, borderRadius: 12 }}>
-                 <Text style={{ color: 'rgba(255,255,255,0.85)', fontSize: 11, textAlign: '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' }}>
                    特别声明:本平台所有活动与苹果公司(Apple Inc.)无关
                  </Text>
                </View>