diff --git a/src/__tests__/components/__snapshots__/MenuTabs.test.tsx.snap b/src/__tests__/components/__snapshots__/MenuTabs.test.tsx.snap index 88548c5e068..92f8b0bbe48 100644 --- a/src/__tests__/components/__snapshots__/MenuTabs.test.tsx.snap +++ b/src/__tests__/components/__snapshots__/MenuTabs.test.tsx.snap @@ -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, + } } /> { const theme = useTheme() const styles = getStyles(theme) - return + return } /** A blur background WITHOUT rounded corners. For the scene header/footer */ @@ -19,7 +19,7 @@ export const BlurBackgroundNoRoundedCorners = () => { const theme = useTheme() const styles = getStyles(theme) - return + return } const getStyles = cacheStyles((theme: Theme) => ({