diff --git a/doczrc.js b/doczrc.js index 4aa3e481f5..4f27e53d5b 100644 --- a/doczrc.js +++ b/doczrc.js @@ -1,9 +1,9 @@ import { css } from 'styled-components' -import { welcomeTheme } from './src/theme/welcome' +import { welcomekitTheme } from './src/theme/welcomekit' import { createTheme } from './src/theme/core' -const theme = createTheme(welcomeTheme) +const theme = createTheme(welcomekitTheme) export default { title: 'Welcome UI', diff --git a/src/components/Button/index.test.js b/src/components/Button/index.test.js index 01232ec1be..dbaa281563 100644 --- a/src/components/Button/index.test.js +++ b/src/components/Button/index.test.js @@ -13,7 +13,7 @@ describe('