Skip to content

Commit

Permalink
feat: update snapshots
Browse files Browse the repository at this point in the history
Signed-off-by: FarjadGov14 <syedmuhammadfarjad.abbas@ontario.ca>
  • Loading branch information
FarjadGov14 committed Nov 26, 2024
1 parent 7842a99 commit 674ac13
Showing 1 changed file with 6 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ exports[`PINEnter Screen PIN Enter renders correctly 1`] = `
Object {
"busy": undefined,
"checked": undefined,
"disabled": true,
"disabled": false,
"expanded": undefined,
"selected": undefined,
}
Expand All @@ -415,7 +415,7 @@ exports[`PINEnter Screen PIN Enter renders correctly 1`] = `
onStartShouldSetResponder={[Function]}
style={
Object {
"backgroundColor": "rgba(53, 130, 63, 0.35)",
"backgroundColor": "#42803E",
"borderRadius": 4,
"opacity": 1,
"padding": 16,
Expand All @@ -441,12 +441,7 @@ exports[`PINEnter Screen PIN Enter renders correctly 1`] = `
"fontWeight": "bold",
"textAlign": "center",
},
Object {
"color": "#FFFFFF",
"fontSize": 18,
"fontWeight": "bold",
"textAlign": "center",
},
false,
false,
false,
]
Expand Down Expand Up @@ -859,7 +854,7 @@ exports[`PINEnter Screen PIN Enter renders correctly when logged out message is
Object {
"busy": undefined,
"checked": undefined,
"disabled": true,
"disabled": false,
"expanded": undefined,
"selected": undefined,
}
Expand All @@ -884,7 +879,7 @@ exports[`PINEnter Screen PIN Enter renders correctly when logged out message is
onStartShouldSetResponder={[Function]}
style={
Object {
"backgroundColor": "rgba(53, 130, 63, 0.35)",
"backgroundColor": "#42803E",
"borderRadius": 4,
"opacity": 1,
"padding": 16,
Expand All @@ -910,12 +905,7 @@ exports[`PINEnter Screen PIN Enter renders correctly when logged out message is
"fontWeight": "bold",
"textAlign": "center",
},
Object {
"color": "#FFFFFF",
"fontSize": 18,
"fontWeight": "bold",
"textAlign": "center",
},
false,
false,
false,
]
Expand Down

0 comments on commit 674ac13

Please sign in to comment.