Skip to content

Commit

Permalink
Update jest snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnplb committed Apr 12, 2024
1 parent 831c901 commit 0bbcac3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemNavAlert Snap
"borderWidth": 0,
},
{
"color": "#FE6666",
"color": "#D13333",
},
{
"flex": 0,
Expand All @@ -786,7 +786,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemNavAlert Snap
},
]
}
tintColor="#FE6666"
tintColor="#D13333"
vbHeight={24}
vbWidth={24}
width={24}
Expand Down Expand Up @@ -2582,7 +2582,7 @@ exports[`Test List Item Components ListItemNavAlert Snapshot 1`] = `
"borderWidth": 0,
},
{
"color": "#FE6666",
"color": "#D13333",
},
{
"flex": 0,
Expand All @@ -2591,7 +2591,7 @@ exports[`Test List Item Components ListItemNavAlert Snapshot 1`] = `
},
]
}
tintColor="#FE6666"
tintColor="#D13333"
vbHeight={24}
vbWidth={24}
width={24}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ exports[`Test ToastNotification component - Experimental Enabled should match sn
"padding": 16,
},
{
"backgroundColor": "#FFE0E0",
"borderColor": "#761F1F",
"backgroundColor": "#FFD9D9",
"borderColor": "#5D1313",
},
]
}
Expand All @@ -169,7 +169,7 @@ exports[`Test ToastNotification component - Experimental Enabled should match sn
"fontSize": 16,
},
{
"color": "#761F1F",
"color": "#5D1313",
"fontFamily": "Readex Pro",
"fontStyle": "normal",
"fontWeight": "400",
Expand Down Expand Up @@ -557,8 +557,8 @@ exports[`Test ToastNotification component should match snapshot for props ({ mes
"padding": 16,
},
{
"backgroundColor": "#FFE0E0",
"borderColor": "#761F1F",
"backgroundColor": "#FFD9D9",
"borderColor": "#5D1313",
},
]
}
Expand All @@ -584,7 +584,7 @@ exports[`Test ToastNotification component should match snapshot for props ({ mes
"fontSize": 16,
},
{
"color": "#761F1F",
"color": "#5D1313",
"fontFamily": "Titillium Web",
"fontStyle": "normal",
"fontWeight": "700",
Expand Down

0 comments on commit 0bbcac3

Please sign in to comment.