Skip to content

Commit 93ddd2e

Browse files
committed
chore: fix 주석 제거
1 parent eb71071 commit 93ddd2e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/ui/view/atom/text-input/text-input.stories.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@ const meta = {
1111
export default meta;
1212
type Story = StoryObj<typeof meta>;
1313

14-
// fix: border 색깔 왜이럼?
1514
export const Default: Story = {
1615
args: {
1716
defaultValue: 'default',
1817
},
1918
};
2019

21-
// fix: 색 안변함
2220
export const Disabled: Story = {
2321
args: {
2422
defaultValue: 'Disabled',

0 commit comments

Comments
 (0)