Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
antonis committed Dec 17, 2024
1 parent dfab11b commit d8fbfc2
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ exports[`FeedbackForm matches the snapshot with custom texts 1`] = `
style={
[
{
"backgroundColor": "#fff",
"backgroundColor": "#ffffff",
"flex": 1,
"padding": 20,
},
Expand All @@ -266,7 +266,7 @@ exports[`FeedbackForm matches the snapshot with custom texts 1`] = `
[
[
{
"backgroundColor": "#fff",
"backgroundColor": "#ffffff",
"flex": 1,
"padding": 20,
},
Expand Down Expand Up @@ -303,7 +303,7 @@ exports[`FeedbackForm matches the snapshot with custom texts 1`] = `
onStartShouldSetResponder={[Function]}
style={
{
"backgroundColor": "#fff",
"backgroundColor": "#ffffff",
"flex": 1,
"padding": 20,
}
Expand Down Expand Up @@ -458,7 +458,7 @@ exports[`FeedbackForm matches the snapshot with custom texts 1`] = `
<Text
style={
{
"color": "#fff",
"color": "#ffffff",
"fontSize": 18,
}
}
Expand Down Expand Up @@ -525,7 +525,7 @@ exports[`FeedbackForm matches the snapshot with default configuration 1`] = `
style={
[
{
"backgroundColor": "#fff",
"backgroundColor": "#ffffff",
"flex": 1,
"padding": 20,
},
Expand All @@ -541,7 +541,7 @@ exports[`FeedbackForm matches the snapshot with default configuration 1`] = `
[
[
{
"backgroundColor": "#fff",
"backgroundColor": "#ffffff",
"flex": 1,
"padding": 20,
},
Expand Down Expand Up @@ -578,7 +578,7 @@ exports[`FeedbackForm matches the snapshot with default configuration 1`] = `
onStartShouldSetResponder={[Function]}
style={
{
"backgroundColor": "#fff",
"backgroundColor": "#ffffff",
"flex": 1,
"padding": 20,
}
Expand Down Expand Up @@ -733,7 +733,7 @@ exports[`FeedbackForm matches the snapshot with default configuration 1`] = `
<Text
style={
{
"color": "#fff",
"color": "#ffffff",
"fontSize": 18,
}
}
Expand Down

0 comments on commit d8fbfc2

Please sign in to comment.