Added a better handling of text and descriptions of the buttons with different sizes
This commit is contained in:
@@ -98,6 +98,7 @@ const ProfileSettings = ({ navigation }: { navigation: any }) => {
|
||||
{
|
||||
type: "text",
|
||||
title: "ID",
|
||||
helperText: "This is your unique ID, be proud of it!",
|
||||
data: {
|
||||
text: user.id,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user