Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jpuri committed Feb 5, 2025
1 parent 3a4d5c8 commit f302bfd
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ exports[`Network should match snapshot 1`] = `
{
"alignItems": "center",
"backgroundColor": "#ffffff",
"borderRadius": 12,
"height": 24,
"borderRadius": 8,
"height": 16,
"justifyContent": "center",
"overflow": "hidden",
"width": 24,
"width": 16,
}
}
>
Expand All @@ -29,8 +29,8 @@ exports[`Network should match snapshot 1`] = `
source={1}
style={
{
"height": 24,
"width": 24,
"height": 16,
"width": 16,
}
}
testID="network-avatar-image"
Expand Down

0 comments on commit f302bfd

Please sign in to comment.