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 4a3f33d commit 383099fCopy full SHA for 383099f
src/components/pickers/Menu/Menu.stories.tsx
@@ -8,7 +8,7 @@ import {
8
} from '@tabler/icons-react';
9
import { useState } from 'react';
10
11
-import { MoreIcon } from '../../../icons';
+import { Icon, MoreIcon } from '../../../icons';
12
import {
13
AlertDialog,
14
Button,
@@ -171,15 +171,11 @@ StyledSectionsAndItems.args = {
171
};
172
173
export const GitActions = (props) => {
174
- const bulbIcon = (
175
- <Text>
176
- <IconBulb />
177
- </Text>
178
- );
+ const bulbIcon = <IconBulb />;
179
const successIcon = (
180
- <Text color="#success">
+ <Icon color="#success">
181
<IconCircleCheckFilled />
182
+ </Icon>
183
);
184
const stuffText = (
185
<Text nowrap color="inherit">
0 commit comments