diff --git a/app/screens/UserScreen/ProfileScreen.jsx b/app/screens/UserScreen/ProfileScreen.jsx
index 769dba25..ca95f704 100644
--- a/app/screens/UserScreen/ProfileScreen.jsx
+++ b/app/screens/UserScreen/ProfileScreen.jsx
@@ -68,6 +68,11 @@ export default function ProfileScreen() {
+ Danger Zone
+
{/* just for further upgrade */}
{/* export contribution data button */}
@@ -75,7 +80,7 @@ export default function ProfileScreen() {
{ }}>
- Export Contribution Records
+ Export Contribution Records
{/* delete account button */}
@@ -83,7 +88,7 @@ export default function ProfileScreen() {
{ }}>
- Delete Account
+ Delete Account
@@ -156,25 +161,25 @@ const styles = StyleSheet.create({
exportButton: {
width: '100%',
// backgroundColor: Colors.LightGreen,
- borderColor: Colors.Green,
- padding: 20,
+ // borderColor: Colors.tailwind.primary,
+ padding: 10,
textAlign: 'center',
- borderWidth: 2,
borderRadius: 10,
marginBottom: 10,
+ // backgroundColor: Colors.Gray,
},
exportText: {
- color: Colors.Green,
+ color: Colors.tailwind.primary,
fontSize: 16,
fontWeight: 'bold',
},
deleteButton: {
width: '100%',
- borderColor: Colors.Red,
- // backgroundColor: Colors.LightRed,
- padding: 20,
+ // borderColor: Colors.Red,
+ // backgroundColor: Colors.Gray,
+ padding: 10,
textAlign: 'center',
- borderWidth: 2,
+ // borderWidth: 2,
borderRadius: 10,
marginBottom: 10,
},