Skip to content

Commit 47d0e40

Browse files
committed
feat: fixed failing tests in PerpsWithdrawView
1 parent f97627e commit 47d0e40

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/components/UI/Perps/Views/PerpsWithdrawView/PerpsWithdrawView.test.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,12 @@ jest.mock('@metamask/design-system-react-native', () => ({
133133
Between: 'Between',
134134
},
135135
ButtonBase: 'ButtonBase',
136+
IconSize: {
137+
Xl: 'Xl',
138+
},
139+
IconColor: {
140+
PrimaryDefault: 'PrimaryDefault',
141+
},
136142
}));
137143

138144
// Mock Text component

0 commit comments

Comments
 (0)