Skip to content

Commit

Permalink
Snap update
Browse files Browse the repository at this point in the history
  • Loading branch information
CrisTofani committed Mar 29, 2024
1 parent d7f1967 commit 3f84903
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ exports[`Test Avatar Components - Experimental Enabled Avatar Snapshot 1`] = `
"backgroundColor": "#FFFFFF",
"borderCurve": "continuous",
"overflow": "hidden",
"resizeMode": "contain",
},
{
"borderRadius": 2,
Expand All @@ -47,6 +46,7 @@ exports[`Test Avatar Components - Experimental Enabled Avatar Snapshot 1`] = `
style={
{
"height": "100%",
"resizeMode": "contain",
"width": "100%",
}
}
Expand Down Expand Up @@ -83,7 +83,6 @@ exports[`Test Avatar Components Avatar Snapshot 1`] = `
"backgroundColor": "#FFFFFF",
"borderCurve": "continuous",
"overflow": "hidden",
"resizeMode": "contain",
},
{
"borderRadius": 2,
Expand All @@ -102,6 +101,7 @@ exports[`Test Avatar Components Avatar Snapshot 1`] = `
style={
{
"height": "100%",
"resizeMode": "contain",
"width": "100%",
}
}
Expand Down

0 comments on commit 3f84903

Please sign in to comment.