From 18018f689c525259522ac9bda2e2c4fdc617e760 Mon Sep 17 00:00:00 2001 From: roushou Date: Sun, 9 Jun 2024 23:08:32 +0700 Subject: [PATCH] update `token-chip` doc --- site/docs/pages/token/token-chip.mdx | 28 +++------------------------- 1 file changed, 3 insertions(+), 25 deletions(-) diff --git a/site/docs/pages/token/token-chip.mdx b/site/docs/pages/token/token-chip.mdx index 208c229e762..ca5b3a05440 100644 --- a/site/docs/pages/token/token-chip.mdx +++ b/site/docs/pages/token/token-chip.mdx @@ -27,12 +27,12 @@ const token = { ``` ```html [return html] - ``` @@ -55,25 +55,3 @@ const token = { ## Props [`TokenChipReact`](/token/types#tokenchipreact) - -## CSS - -```css -.ock-tokenchip-button { - @apply flex w-fit items-center rounded-2xl py-1 pl-1 pr-3; - background: #eef0f3; - - &:hover { - background: #cacbce; - } - &:active { - background: #bfc1c3; - } -} -.ock-tokenchip-label { - @apply text-base font-medium leading-4 text-black; -} -.ock-tokenchip-image { - @apply mr-2 h-6 w-6; -} -```