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 9473928 commit f1f651bCopy full SHA for f1f651b
src/utils/themes.test.js
@@ -1,7 +1,7 @@
1
import { createTheme } from './themes';
2
3
test('createTheme creates a theme', () => {
4
- const baseTheme = { timelinex: { backgroundColor: '#fff' } };
+ const baseTheme = { timeline: { backgroundColor: '#fff' } };
5
const newTheme = createTheme(baseTheme, {
6
timelineTrack: { backgroundColor: '#000' },
7
});
0 commit comments