We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc1fa7 commit 2bbcd01Copy full SHA for 2bbcd01
static/app/utils/theme/theme.spec.tsx
@@ -29,7 +29,7 @@ describe('theme', () => {
29
30
expectTypeOf(colors).toEqualTypeOf<
31
| readonly ['#7553FF', '#3A1873', '#F0369A']
32
- | readonly ['#7553FF', '#5D3EB2', '#F0369A']
+ | readonly ['#7553FF', '#50219C', '#F0369A']
33
>();
34
});
35
0 commit comments