Skip to content

Commit a3e931c

Browse files
committed
tests(earn): fix navbar background color expectation to background.alternative to match component
1 parent dca1d89 commit a3e931c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/UI/Earn/Views/EarnLendingWithdrawalConfirmationView/EarnLendingWithdrawalConfirmationView.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ describe('EarnLendingWithdrawalConfirmationView', () => {
235235
expect.any(Object), // theme.colors
236236
{
237237
hasCancelButton: false,
238-
backgroundColor: mockTheme.colors.background.section,
238+
backgroundColor: mockTheme.colors.background.alternative,
239239
},
240240
{
241241
backButtonEvent: {

0 commit comments

Comments
 (0)