Skip to content

Commit

Permalink
Merge pull request #28 from 8845musign/add-border-color-token
Browse files Browse the repository at this point in the history
Add color border token
  • Loading branch information
takanorip authored Jan 18, 2024
2 parents 0c57e52 + dcb3aa2 commit 3ae90e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/react/figures/color/semantic/ColorListUI.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ const ColorListUI: FC = () => {
token: color['text-sub'],
description: 'Text Mainに対して副次的なテキスト',
},
{
token: color['border'],
description: '区切り線や枠線など各種罫線',
},
{
token: color['text-white'],
description: 'Primaryなど、色付きボタンの上に置くテキスト',
Expand Down

0 comments on commit 3ae90e4

Please sign in to comment.