Skip to content

Commit

Permalink
add: image size token 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-yn committed Dec 8, 2023
1 parent c9cae12 commit 06bf5f3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/types/designToken.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,13 @@ type SpacingToken =
| 'spacer-60'
| 'spacer-80'
| 'spacer-100';

type ImageSizeToken =
| 'image-profile-mo-50'
| 'image-profile-mo-65'
| 'image-project-mo-75'
| 'image-keyword-mo-75'
| 'image-project-mo-100'
| 'image-115'
| 'image-150'
| 'image-profile-pc-200';

0 comments on commit 06bf5f3

Please sign in to comment.