Skip to content

Commit

Permalink
styling nit
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaynthakur committed Dec 3, 2023
1 parent 5bc8ba4 commit 3127a4b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion src/app/settings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,10 @@ function SettingsScreen() {
<Text style={styles.subheading}>Account</Text>

<View style={styles.staticData}>
<AccountDataDisplay label="First Name" value={firstName} />
<AccountDataDisplay
label="First Name"
value="ashdkjashdkjashdkajshdjkashdjkashdjkashdakjshd"
/>
<AccountDataDisplay label="Last Name" value={lastName} />
<AccountDataDisplay label="Username" value={username} />
<AccountDataDisplay
Expand Down
1 change: 1 addition & 0 deletions src/components/AccountDataDisplay/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export default StyleSheet.create({
},
value: {
paddingTop: 18,
paddingRight: 20,
fontSize: 14,
fontFamily: 'Manrope',
fontStyle: 'normal',
Expand Down

0 comments on commit 3127a4b

Please sign in to comment.