diff --git a/app/tokens.css b/app/tokens.css index 52491ea..72fbff8 100644 --- a/app/tokens.css +++ b/app/tokens.css @@ -99,6 +99,7 @@ --color-background-primary: #5d5fef; --color-background-alternative: #ffffff; --color-background-disabled: #b1b8be; + --color-background-assistive: #e6e8ea; --color-status-negative: #ea3429; --color-status-positive: #228738; --spacing-gap-2: 0.125rem; @@ -154,4 +155,6 @@ --non-mapped-textCase-none: none; --non-mapped-textDecoration-none: none; --spacing-paragraphIndent-0: 0px; -} + --color-line-normal: #cdd1d5; + --color-line-disabled: #8a949e; +} \ No newline at end of file diff --git a/components/shared/Test.stories.tsx b/components/shared/Test.stories.tsx index 1d6d97c..9a1ffce 100644 --- a/components/shared/Test.stories.tsx +++ b/components/shared/Test.stories.tsx @@ -27,6 +27,11 @@ type Story = StoryObj; // 가장 기본적인 Primary 스토리 (필수 권장) export const Primary: Story = { + argTypes: { + children: { + control: "text", + }, + }, args: { // Primary 스토리에만 적용될 Props children: "123",