Skip to content

Commit 702443a

Browse files
committed
fix: nit
1 parent aa938f0 commit 702443a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/component-library/src/SearchButton/index.stories.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import * as icons from "@phosphor-icons/react/dist/ssr";
22
import type { Meta, StoryObj } from "@storybook/react";
33

4-
import { MagnifyingGlass } from '@phosphor-icons/react/dist/ssr';
54
import { SearchButton as SearchButtonComponent } from "./index.jsx";
65
import { SIZES } from "../Button/index.jsx";
76

@@ -29,7 +28,6 @@ const meta = {
2928
},
3029
beforeIcon: {
3130
...iconControl,
32-
defaultValue: <MagnifyingGlass />,
3331
table: {
3432
category: "Contents",
3533
},
@@ -44,6 +42,5 @@ export const SearchButton = {
4442
largeScreenText: "Search",
4543
smallScreenText: "Search",
4644
size: "sm",
47-
beforeIcon: <MagnifyingGlass />,
4845
},
4946
} satisfies StoryObj<typeof SearchButtonComponent>;

0 commit comments

Comments
 (0)