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 a70777d commit 0ce23fcCopy full SHA for 0ce23fc
src/components/input/components/stories/stories.tsx
@@ -3,17 +3,7 @@ import * as React from 'react';
3
import { ICONS } from '@/assets';
4
import { ReplaceContent } from '@/components/storybook/replaceContent/replaceContent';
5
6
-const themeWithAdditionalInfo = [
7
- 'kubit',
8
- 'flameLightAlt',
9
- 'modelBankLightAlt',
10
- 'horizonLightAlt',
11
- 'novaLightAlt',
12
- 'flameLightRegular',
13
- 'modelBankLightRegular',
14
- 'horizonLightRegular',
15
- 'novaLightRegular',
16
-];
+const themeWithAdditionalInfo = ['kubit'];
17
18
const themeWithoutIcon = themeWithAdditionalInfo.filter(theme => theme !== 'kubit');
19
0 commit comments