Skip to content

Commit

Permalink
chore(storybook): update theming doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sashathor committed Apr 4, 2024
1 parent b6484ca commit 6f5d976
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/storybook/documentation/ui-kit/Theming.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import { prettier } from '../../src/utils'
import { SourceCode } from '../../.storybook/blocks/SourceCode'
import * as ThemeProviderStories from '../../../../packages/ui-kit/src/components/ThemeProvider/ThemeProvider.stories'
import rawThemesScss from '!!raw-loader!../../../../packages/ui-kit/src/themes/themes.module.scss'
import rawCommonScss from '!!raw-loader!../../../../packages/ui-kit/src/themes/_common.scss'
import rawLightThemeScss from '!!raw-loader!../../../../packages/ui-kit/src/themes/_lightTheme.scss'
import rawDarkThemeScss from '!!raw-loader!../../../../packages/ui-kit/src/themes/_darkTheme.scss'
import rawCommonScss from '!!raw-loader!../../../../packages/ui-kit/src/themes/generated/_tokens.scss'
import rawLightThemeScss from '!!raw-loader!../../../../packages/ui-kit/src/themes/generated/_lightTheme.scss'
import rawDarkThemeScss from '!!raw-loader!../../../../packages/ui-kit/src/themes/generated/_darkTheme.scss'

<Meta title="Customization/Theming" />

Expand Down

0 comments on commit 6f5d976

Please sign in to comment.