mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-01 03:48:24 +00:00
feat: kb UI
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user