Skip to content

Commit

Permalink
feat(redmine 1306612): correction to error lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Meriemu committed Aug 7, 2024
1 parent 932eb12 commit 8fe0c0e
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,6 @@ const meta = {

export default meta;
type IStory = StoryObj<typeof meta>;
const customPrimaryTheme = {
...primaryTheme,
colors: {
dark: ['#1E0303'],
...primaryTheme.colors,
},
};

export const Header: IStory = {
args: {
Expand All @@ -73,7 +66,7 @@ export const Header: IStory = {
},
onSearchSubmit: action('search input submitted'),
right: rightContentMock,
searchTheme: customPrimaryTheme,
searchTheme: primaryTheme,
searchValue: '',
withBorder: false,
},
Expand Down

0 comments on commit 8fe0c0e

Please sign in to comment.