Skip to content

Commit

Permalink
temp(test): 디자인시스템 mdx 파일 테스트 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KimKyuHoi committed Dec 6, 2024
1 parent 25afa72 commit 2f26a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/stories/design_system.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { Button } from '../components/Button/button.tsx';
title="color_tokens"
subtitle="디자인 토큰"
colors={{
brand300: 'hsl(var(--brand-300))',
brand300: 'hsl(var(--brand-400))',
brand400: 'hsl(var(--brand-400))',
brand500: 'hsl(var(--brand-500))',
brand600: 'hsl(var(--brand-600))',
Expand Down

0 comments on commit 2f26a83

Please sign in to comment.