File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
packages/component-library/src/SearchButton Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 11import * as icons from "@phosphor-icons/react/dist/ssr" ;
22import type { Meta , StoryObj } from "@storybook/react" ;
33
4- import { MagnifyingGlass } from '@phosphor-icons/react/dist/ssr' ;
54import { SearchButton as SearchButtonComponent } from "./index.jsx" ;
65import { 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 > ;
You can’t perform that action at this time.
0 commit comments