Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistevam committed Jul 10, 2023
1 parent 433b04e commit eb6c11c
Showing 1 changed file with 28 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`ApprovalResult renders approval result with error type 1`] = `
<View
style={
{
Object {
"backgroundColor": "#FFFFFF",
"borderTopLeftRadius": 20,
"borderTopRightRadius": 20,
Expand All @@ -15,22 +15,22 @@ exports[`ApprovalResult renders approval result with error type 1`] = `
>
<View
style={
{
Object {
"paddingHorizontal": 24,
}
}
>
<View
style={
{
Object {
"alignItems": "center",
"justifyContent": "center",
}
}
>
<View
style={
{
Object {
"alignItems": "center",
"backgroundColor": "#28A74519",
"borderRadius": 24,
Expand All @@ -45,7 +45,7 @@ exports[`ApprovalResult renders approval result with error type 1`] = `
height={24}
name="Warning"
style={
{
Object {
"height": 24,
"width": 24,
}
Expand All @@ -56,7 +56,7 @@ exports[`ApprovalResult renders approval result with error type 1`] = `
</View>
<View
style={
{
Object {
"alignItems": "center",
"backgroundColor": "#FFFFFF",
"flexDirection": "row",
Expand All @@ -68,14 +68,14 @@ exports[`ApprovalResult renders approval result with error type 1`] = `
>
<View
style={
{
Object {
"flex": 1,
}
}
/>
<Text
style={
{
Object {
"color": "#24272A",
"fontFamily": "Euclid Circular B",
"fontSize": 18,
Expand All @@ -89,7 +89,7 @@ exports[`ApprovalResult renders approval result with error type 1`] = `
</Text>
<View
style={
{
Object {
"alignItems": "flex-end",
"flex": 1,
}
Expand All @@ -98,7 +98,7 @@ exports[`ApprovalResult renders approval result with error type 1`] = `
</View>
<Text
style={
{
Object {
"color": "#24272A",
"fontFamily": "Euclid Circular B",
"fontSize": 14,
Expand All @@ -114,7 +114,7 @@ exports[`ApprovalResult renders approval result with error type 1`] = `
</Text>
<View
style={
{
Object {
"flex": 0,
"justifyContent": "center",
"paddingVertical": 16,
Expand All @@ -123,7 +123,7 @@ exports[`ApprovalResult renders approval result with error type 1`] = `
>
<View
style={
{
Object {
"backgroundColor": "#FFFFFF",
"flexDirection": "row",
"paddingHorizontal": 8,
Expand All @@ -138,7 +138,7 @@ exports[`ApprovalResult renders approval result with error type 1`] = `
onPressIn={[Function]}
onPressOut={[Function]}
style={
{
Object {
"alignItems": "center",
"alignSelf": "flex-start",
"backgroundColor": "#0376C9",
Expand All @@ -155,7 +155,7 @@ exports[`ApprovalResult renders approval result with error type 1`] = `
>
<Text
style={
{
Object {
"color": "#FCFCFC",
"fontFamily": "Euclid Circular B",
"fontSize": 14,
Expand All @@ -177,7 +177,7 @@ exports[`ApprovalResult renders approval result with error type 1`] = `
exports[`ApprovalResult renders approval result with success type 1`] = `
<View
style={
{
Object {
"backgroundColor": "#FFFFFF",
"borderTopLeftRadius": 20,
"borderTopRightRadius": 20,
Expand All @@ -189,22 +189,22 @@ exports[`ApprovalResult renders approval result with success type 1`] = `
>
<View
style={
{
Object {
"paddingHorizontal": 24,
}
}
>
<View
style={
{
Object {
"alignItems": "center",
"justifyContent": "center",
}
}
>
<View
style={
{
Object {
"alignItems": "center",
"backgroundColor": "#28A74519",
"borderRadius": 24,
Expand All @@ -219,7 +219,7 @@ exports[`ApprovalResult renders approval result with success type 1`] = `
height={24}
name="Confirmation"
style={
{
Object {
"height": 24,
"width": 24,
}
Expand All @@ -230,7 +230,7 @@ exports[`ApprovalResult renders approval result with success type 1`] = `
</View>
<View
style={
{
Object {
"alignItems": "center",
"backgroundColor": "#FFFFFF",
"flexDirection": "row",
Expand All @@ -242,14 +242,14 @@ exports[`ApprovalResult renders approval result with success type 1`] = `
>
<View
style={
{
Object {
"flex": 1,
}
}
/>
<Text
style={
{
Object {
"color": "#24272A",
"fontFamily": "Euclid Circular B",
"fontSize": 18,
Expand All @@ -263,7 +263,7 @@ exports[`ApprovalResult renders approval result with success type 1`] = `
</Text>
<View
style={
{
Object {
"alignItems": "flex-end",
"flex": 1,
}
Expand All @@ -272,7 +272,7 @@ exports[`ApprovalResult renders approval result with success type 1`] = `
</View>
<Text
style={
{
Object {
"color": "#24272A",
"fontFamily": "Euclid Circular B",
"fontSize": 14,
Expand All @@ -288,7 +288,7 @@ exports[`ApprovalResult renders approval result with success type 1`] = `
</Text>
<View
style={
{
Object {
"flex": 0,
"justifyContent": "center",
"paddingVertical": 16,
Expand All @@ -297,7 +297,7 @@ exports[`ApprovalResult renders approval result with success type 1`] = `
>
<View
style={
{
Object {
"backgroundColor": "#FFFFFF",
"flexDirection": "row",
"paddingHorizontal": 8,
Expand All @@ -312,7 +312,7 @@ exports[`ApprovalResult renders approval result with success type 1`] = `
onPressIn={[Function]}
onPressOut={[Function]}
style={
{
Object {
"alignItems": "center",
"alignSelf": "flex-start",
"backgroundColor": "#0376C9",
Expand All @@ -329,7 +329,7 @@ exports[`ApprovalResult renders approval result with success type 1`] = `
>
<Text
style={
{
Object {
"color": "#FCFCFC",
"fontFamily": "Euclid Circular B",
"fontSize": 14,
Expand Down

0 comments on commit eb6c11c

Please sign in to comment.