mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-20 18:54:09 +00:00
Updae theme and fix some bug (#1711)
This commit is contained in:
@@ -9,7 +9,7 @@ type Props = IconProps & {
|
||||
const QuestionTip = ({ label, maxW, ...props }: Props) => {
|
||||
return (
|
||||
<MyTooltip label={label} maxW={maxW}>
|
||||
<QuestionOutlineIcon {...props} />
|
||||
<QuestionOutlineIcon w={'0.9rem'} {...props} />
|
||||
</MyTooltip>
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user