Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverabrahams committed Feb 12, 2024
1 parent b90c1b9 commit dcaffe0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import type { Meta, StoryFn } from '@storybook/react';
import { Option } from './Option';
import type { SelectProps } from './Select';
import { Select } from './Select';
import { pathToFileURL } from 'url';

const meta: Meta<typeof Select> = {
title: 'Select',
Expand Down Expand Up @@ -143,7 +142,7 @@ ErrorWithMessageCustomTheme.args = {
textLabel: palette.neutral[86],
textError: palette.error[500],
iconFill: palette.error[500],
border: palette.error[500],
borderError: palette.error[500],
backgroundInput: palette.neutral[20],
},
};
Expand Down

0 comments on commit dcaffe0

Please sign in to comment.