|
|
@@ -386,7 +386,8 @@ export default class ProfileV2 extends Component {
|
|
|
name='angle-right'/>
|
|
|
</Button>
|
|
|
<ShadowViewV2/>
|
|
|
- <Button
|
|
|
+ </>}
|
|
|
+ <Button
|
|
|
style={styles.cardView}
|
|
|
viewStyle={styles.profileItem}
|
|
|
onClick={() => startPage(PageList.about)}>
|
|
|
@@ -405,7 +406,6 @@ export default class ProfileV2 extends Component {
|
|
|
name='angle-right'/>
|
|
|
</Button>
|
|
|
<ShadowViewV2/>
|
|
|
- </>}
|
|
|
{/* <Button
|
|
|
style={styles.deleteButton}
|
|
|
text="DELETE MY ACCOUNT"
|
|
|
@@ -477,7 +477,7 @@ const styles = StyleSheet.create({
|
|
|
marginRight: 16,
|
|
|
borderRadius: 10,
|
|
|
overflow: 'hidden',
|
|
|
- ...ElevationObject(5),
|
|
|
+ //...ElevationObject(5),
|
|
|
alignItems: 'center',
|
|
|
flexDirection: 'row',
|
|
|
backgroundColor: colorLight,
|