Skip to content

Commit 383099f

Browse files
committed
fix(Menu): stories
1 parent 4a3f33d commit 383099f

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

src/components/pickers/Menu/Menu.stories.tsx

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
} from '@tabler/icons-react';
99
import { useState } from 'react';
1010

11-
import { MoreIcon } from '../../../icons';
11+
import { Icon, MoreIcon } from '../../../icons';
1212
import {
1313
AlertDialog,
1414
Button,
@@ -171,15 +171,11 @@ StyledSectionsAndItems.args = {
171171
};
172172

173173
export const GitActions = (props) => {
174-
const bulbIcon = (
175-
<Text>
176-
<IconBulb />
177-
</Text>
178-
);
174+
const bulbIcon = <IconBulb />;
179175
const successIcon = (
180-
<Text color="#success">
176+
<Icon color="#success">
181177
<IconCircleCheckFilled />
182-
</Text>
178+
</Icon>
183179
);
184180
const stuffText = (
185181
<Text nowrap color="inherit">

0 commit comments

Comments
 (0)