Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix styling in BlurBackground.tsx #5360

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 8 additions & 13 deletions src/__tests__/components/__snapshots__/MenuTabs.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,14 @@ exports[`MenuTabs should render with loading props 1`] = `
blurType="dark"
overlayColor="rgba(0, 0, 0, 0)"
style={
[
{
"backgroundColor": undefined,
"bottom": 0,
"left": 0,
"position": "absolute",
"right": 0,
"top": 0,
},
{
"borderRadius": 16,
},
]
{
"backgroundColor": undefined,
"bottom": 0,
"left": 0,
"position": "absolute",
"right": 0,
"top": 0,
}
}
/>
<BVLinearGradient
Expand Down
42 changes: 26 additions & 16 deletions src/__tests__/modals/__snapshots__/CategoryModal.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,19 @@ exports[`CategoryModal should render with a subcategory 1`] = `
blurType="dark"
overlayColor="rgba(0, 0, 0, 0)"
style={
{
"backgroundColor": undefined,
"bottom": 0,
"left": 0,
"position": "absolute",
"right": 0,
"top": 0,
}
[
{
"backgroundColor": undefined,
"bottom": 0,
"left": 0,
"position": "absolute",
"right": 0,
"top": 0,
},
{
"borderRadius": 16,
},
]
}
/>
<View
Expand Down Expand Up @@ -1461,14 +1466,19 @@ exports[`CategoryModal should render with an empty subcategory 1`] = `
blurType="dark"
overlayColor="rgba(0, 0, 0, 0)"
style={
{
"backgroundColor": undefined,
"bottom": 0,
"left": 0,
"position": "absolute",
"right": 0,
"top": 0,
}
[
{
"backgroundColor": undefined,
"bottom": 0,
"left": 0,
"position": "absolute",
"right": 0,
"top": 0,
},
{
"borderRadius": 16,
},
]
}
/>
<View
Expand Down
21 changes: 13 additions & 8 deletions src/__tests__/modals/__snapshots__/CountryListModal.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,19 @@ exports[`CountryListModal should render with a country list 1`] = `
blurType="dark"
overlayColor="rgba(0, 0, 0, 0)"
style={
{
"backgroundColor": undefined,
"bottom": 0,
"left": 0,
"position": "absolute",
"right": 0,
"top": 0,
}
[
{
"backgroundColor": undefined,
"bottom": 0,
"left": 0,
"position": "absolute",
"right": 0,
"top": 0,
},
{
"borderRadius": 16,
},
]
}
/>
<View
Expand Down
21 changes: 13 additions & 8 deletions src/__tests__/modals/__snapshots__/HelpModal.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,19 @@ exports[`HelpModal should render with loading props 1`] = `
blurType="dark"
overlayColor="rgba(0, 0, 0, 0)"
style={
{
"backgroundColor": undefined,
"bottom": 0,
"left": 0,
"position": "absolute",
"right": 0,
"top": 0,
}
[
{
"backgroundColor": undefined,
"bottom": 0,
"left": 0,
"position": "absolute",
"right": 0,
"top": 0,
},
{
"borderRadius": 16,
},
]
}
/>
<View
Expand Down
21 changes: 13 additions & 8 deletions src/__tests__/modals/__snapshots__/LogsModal.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,19 @@ exports[`LogsModal should render with a logs modal 1`] = `
blurType="dark"
overlayColor="rgba(0, 0, 0, 0)"
style={
{
"backgroundColor": undefined,
"bottom": 0,
"left": 0,
"position": "absolute",
"right": 0,
"top": 0,
}
[
{
"backgroundColor": undefined,
"bottom": 0,
"left": 0,
"position": "absolute",
"right": 0,
"top": 0,
},
{
"borderRadius": 16,
},
]
}
/>
<View
Expand Down
42 changes: 26 additions & 16 deletions src/__tests__/modals/__snapshots__/TextInputModal.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,19 @@ exports[`TextInputModal should render with a blank input field 1`] = `
blurType="dark"
overlayColor="rgba(0, 0, 0, 0)"
style={
{
"backgroundColor": undefined,
"bottom": 0,
"left": 0,
"position": "absolute",
"right": 0,
"top": 0,
}
[
{
"backgroundColor": undefined,
"bottom": 0,
"left": 0,
"position": "absolute",
"right": 0,
"top": 0,
},
{
"borderRadius": 16,
},
]
}
/>
<View
Expand Down Expand Up @@ -635,14 +640,19 @@ exports[`TextInputModal should render with a populated input field 1`] = `
blurType="dark"
overlayColor="rgba(0, 0, 0, 0)"
style={
{
"backgroundColor": undefined,
"bottom": 0,
"left": 0,
"position": "absolute",
"right": 0,
"top": 0,
}
[
{
"backgroundColor": undefined,
"bottom": 0,
"left": 0,
"position": "absolute",
"right": 0,
"top": 0,
},
{
"borderRadius": 16,
},
]
}
/>
<View
Expand Down
21 changes: 13 additions & 8 deletions src/__tests__/modals/__snapshots__/WalletListModal.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,19 @@ exports[`WalletListModal should render with loading props 1`] = `
blurType="dark"
overlayColor="rgba(0, 0, 0, 0)"
style={
{
"backgroundColor": undefined,
"bottom": 0,
"left": 0,
"position": "absolute",
"right": 0,
"top": 0,
}
[
{
"backgroundColor": undefined,
"bottom": 0,
"left": 0,
"position": "absolute",
"right": 0,
"top": 0,
},
{
"borderRadius": 16,
},
]
}
/>
<View
Expand Down
Loading
Loading