mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-25 14:17:57 +00:00
Fix IdentityScreen: use GradientHeader, remove manual header
This commit is contained in:
@@ -193,31 +193,6 @@ const IdentityScreen: React.FC = () => {
|
||||
<SafeAreaView style={styles.container}>
|
||||
<StatusBar barStyle="light-content" />
|
||||
|
||||
{/* Header */}
|
||||
<LinearGradient
|
||||
colors={[KurdistanColors.kesk, '#006633']}
|
||||
style={styles.header}
|
||||
>
|
||||
<View style={styles.headerContent}>
|
||||
<Text style={styles.headerIcon}>🆔</Text>
|
||||
<Text style={styles.headerTitle}>Nasnameya Dîjîtal</Text>
|
||||
<Text style={styles.headerSubtitle}>Digital Identity</Text>
|
||||
</View>
|
||||
|
||||
{/* Kurdistan Sun decoration */}
|
||||
<View style={styles.sunDecoration}>
|
||||
<View style={styles.sunCenter} />
|
||||
{[...Array(21)].map((_, i) => (
|
||||
<View
|
||||
key={i}
|
||||
style={[
|
||||
styles.sunRay,
|
||||
{ transform: [{ rotate: `${i * (360 / 21)}deg` }] }
|
||||
]}
|
||||
/>
|
||||
))}
|
||||
</View>
|
||||
</LinearGradient>
|
||||
|
||||
<ScrollView
|
||||
style={styles.content}
|
||||
|
||||
Reference in New Issue
Block a user