chore(deps): upgrade npm dependencies
This commit is contained in:
@@ -310,7 +310,7 @@ const StatisticCard = ({
|
||||
onClick?: () => void;
|
||||
}) => {
|
||||
return (
|
||||
<Card className="size-full overflow-hidden" bordered={false} hoverable loading={loading} onClick={onClick}>
|
||||
<Card className="size-full overflow-hidden" hoverable loading={loading} variant="borderless" onClick={onClick}>
|
||||
<Space size="middle">
|
||||
{icon}
|
||||
<Statistic
|
||||
|
||||
Reference in New Issue
Block a user