Skip to content

Commit

Permalink
Adapting according to Noah's review
Browse files Browse the repository at this point in the history
  • Loading branch information
ntissieres committed May 29, 2024
1 parent ad20ae0 commit 7a9bdfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fun AssociationDetails(
val followWidth = 150.dp
val followHeight = 40.dp
val followSpaceInside = 5.dp
val verticalSpace = 20.dp
val verticalSpace = 12.dp
Column(
modifier = Modifier.fillMaxSize().padding(paddingValues).testTag("association_details")
) {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,6 @@
<string name="authentication_error_email_is_required">Email is required</string>
<string name="authentication_password_too_short">Password must be at least 8 characters</string>
<string name="authentication_error_passwords_do_not_match">Passwords do not match</string>
<string name="association_details_contact">Contact:</string>
<string name="association_details_contact">Contact :</string>
</resources>

0 comments on commit 7a9bdfb

Please sign in to comment.