feat: kb UI

This commit is contained in:
archer
2023-06-12 15:11:29 +08:00
parent daf1148bb1
commit 6ac7119edf
10 changed files with 237 additions and 235 deletions

View File

@@ -29,11 +29,11 @@ const Tag = ({ children, colorSchema = 'blue', ...props }: Props) => {
}, [colorSchema]);
return (
<Box
as={'span'}
display={'inline-block'}
border={'1px solid'}
px={2}
lineHeight={0}
py={'1px'}
lineHeight={1}
py={'2px'}
borderRadius={'md'}
fontSize={'xs'}
{...theme}