merge changes in package.son

This commit is contained in:
heyethereum
2024-08-03 09:13:14 +08:00
9 changed files with 498 additions and 65 deletions

View File

@@ -140,20 +140,18 @@ const SettingsScreen: React.FC = () => {
};
const styles = StyleSheet.create({
userName: {
fontSize: 16,
marginBottom: 10,
},
container: {
flex: 1,
backgroundColor: '#f8f0fc',
padding: 20,
padding: 10, // Reduce padding
width: '100%', // Increase width to fill the modal
},
header: {
fontSize: 24,
fontWeight: 'bold',
color: '#ff69b4',
marginBottom: 20,
textAlign: 'center', // Center the header text
},
profileSection: {
marginBottom: 20,
@@ -198,4 +196,5 @@ const styles = StyleSheet.create({
},
});
export default SettingsScreen;