Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
k-g-j committed Oct 24, 2024
1 parent 5685ae6 commit 21342d7
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 142 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -393,14 +393,24 @@ exports[`AssetOverview should render correctly 1`] = `
disabled={false}
onPress={[Function]}
style={
{
"alignItems": "flex-start",
"flexDirection": "row",
"justifyContent": "flex-start",
"paddingTop": 16,
"paddingVertical": 2,
"width": "100%",
}
[
{
"alignItems": "flex-start",
"flexDirection": "row",
"justifyContent": "flex-start",
"paddingVertical": 16,
"width": "100%",
},
{
"alignItems": "flex-start",
"flexDirection": "row",
"justifyContent": "flex-start",
"paddingTop": 16,
"paddingVertical": 2,
"width": "100%",
},
false,
]
}
testID="token-buy-button"
>
Expand Down Expand Up @@ -449,11 +459,7 @@ exports[`AssetOverview should render correctly 1`] = `
accessibilityRole="text"
style={
{
"0": {
"color": "#6a737d",
},
"1": undefined,
"color": "#141618",
"color": "#6a737d",
"fontFamily": "EuclidCircularB-Regular",
"fontSize": 14,
"fontWeight": "400",
Expand Down Expand Up @@ -493,14 +499,24 @@ exports[`AssetOverview should render correctly 1`] = `
disabled={false}
onPress={[Function]}
style={
{
"alignItems": "flex-start",
"flexDirection": "row",
"justifyContent": "flex-start",
"paddingTop": 16,
"paddingVertical": 2,
"width": "100%",
}
[
{
"alignItems": "flex-start",
"flexDirection": "row",
"justifyContent": "flex-start",
"paddingVertical": 16,
"width": "100%",
},
{
"alignItems": "flex-start",
"flexDirection": "row",
"justifyContent": "flex-start",
"paddingTop": 16,
"paddingVertical": 2,
"width": "100%",
},
false,
]
}
testID="token-swap-button"
>
Expand Down Expand Up @@ -549,11 +565,7 @@ exports[`AssetOverview should render correctly 1`] = `
accessibilityRole="text"
style={
{
"0": {
"color": "#6a737d",
},
"1": undefined,
"color": "#141618",
"color": "#6a737d",
"fontFamily": "EuclidCircularB-Regular",
"fontSize": 14,
"fontWeight": "400",
Expand Down Expand Up @@ -593,14 +605,24 @@ exports[`AssetOverview should render correctly 1`] = `
disabled={false}
onPress={[Function]}
style={
{
"alignItems": "flex-start",
"flexDirection": "row",
"justifyContent": "flex-start",
"paddingTop": 16,
"paddingVertical": 2,
"width": "100%",
}
[
{
"alignItems": "flex-start",
"flexDirection": "row",
"justifyContent": "flex-start",
"paddingVertical": 16,
"width": "100%",
},
{
"alignItems": "flex-start",
"flexDirection": "row",
"justifyContent": "flex-start",
"paddingTop": 16,
"paddingVertical": 2,
"width": "100%",
},
false,
]
}
testID="token-bridge-button"
>
Expand Down Expand Up @@ -649,11 +671,7 @@ exports[`AssetOverview should render correctly 1`] = `
accessibilityRole="text"
style={
{
"0": {
"color": "#6a737d",
},
"1": undefined,
"color": "#141618",
"color": "#6a737d",
"fontFamily": "EuclidCircularB-Regular",
"fontSize": 14,
"fontWeight": "400",
Expand Down Expand Up @@ -693,14 +711,24 @@ exports[`AssetOverview should render correctly 1`] = `
disabled={false}
onPress={[Function]}
style={
{
"alignItems": "flex-start",
"flexDirection": "row",
"justifyContent": "flex-start",
"paddingTop": 16,
"paddingVertical": 2,
"width": "100%",
}
[
{
"alignItems": "flex-start",
"flexDirection": "row",
"justifyContent": "flex-start",
"paddingVertical": 16,
"width": "100%",
},
{
"alignItems": "flex-start",
"flexDirection": "row",
"justifyContent": "flex-start",
"paddingTop": 16,
"paddingVertical": 2,
"width": "100%",
},
false,
]
}
testID="token-send-button"
>
Expand Down Expand Up @@ -749,11 +777,7 @@ exports[`AssetOverview should render correctly 1`] = `
accessibilityRole="text"
style={
{
"0": {
"color": "#6a737d",
},
"1": undefined,
"color": "#141618",
"color": "#6a737d",
"fontFamily": "EuclidCircularB-Regular",
"fontSize": 14,
"fontWeight": "400",
Expand Down Expand Up @@ -793,14 +817,24 @@ exports[`AssetOverview should render correctly 1`] = `
disabled={false}
onPress={[Function]}
style={
{
"alignItems": "flex-start",
"flexDirection": "row",
"justifyContent": "flex-start",
"paddingTop": 16,
"paddingVertical": 2,
"width": "100%",
}
[
{
"alignItems": "flex-start",
"flexDirection": "row",
"justifyContent": "flex-start",
"paddingVertical": 16,
"width": "100%",
},
{
"alignItems": "flex-start",
"flexDirection": "row",
"justifyContent": "flex-start",
"paddingTop": 16,
"paddingVertical": 2,
"width": "100%",
},
false,
]
}
testID="token-receive-button"
>
Expand Down Expand Up @@ -849,11 +883,7 @@ exports[`AssetOverview should render correctly 1`] = `
accessibilityRole="text"
style={
{
"0": {
"color": "#6a737d",
},
"1": undefined,
"color": "#141618",
"color": "#6a737d",
"fontFamily": "EuclidCircularB-Regular",
"fontSize": 14,
"fontWeight": "400",
Expand Down
Loading

0 comments on commit 21342d7

Please sign in to comment.