Skip to content

Commit 2bbcd01

Browse files
committed
chore(core): fix tests
1 parent 5cc1fa7 commit 2bbcd01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/utils/theme/theme.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe('theme', () => {
2929

3030
expectTypeOf(colors).toEqualTypeOf<
3131
| readonly ['#7553FF', '#3A1873', '#F0369A']
32-
| readonly ['#7553FF', '#5D3EB2', '#F0369A']
32+
| readonly ['#7553FF', '#50219C', '#F0369A']
3333
>();
3434
});
3535
});

0 commit comments

Comments
 (0)