diff --git a/src/components/react/figures/color/semantic/ColorListUI.tsx b/src/components/react/figures/color/semantic/ColorListUI.tsx index 878cc11..31c35de 100644 --- a/src/components/react/figures/color/semantic/ColorListUI.tsx +++ b/src/components/react/figures/color/semantic/ColorListUI.tsx @@ -16,6 +16,10 @@ const ColorListUI: FC = () => { token: color['text-sub'], description: 'Text Mainに対して副次的なテキスト', }, + { + token: color['border'], + description: '区切り線や枠線など各種罫線', + }, { token: color['text-white'], description: 'Primaryなど、色付きボタンの上に置くテキスト',