style: 优化卡片颜色

This commit is contained in:
xieyonghong 2023-04-23 15:30:30 +08:00
parent 0206235e8f
commit 609514ed61
1 changed files with 2 additions and 2 deletions

View File

@ -146,8 +146,8 @@ const getBackgroundColor = (code: string | number) => {
const _color = color[code] || color.default;
return `linear-gradient(
188.4deg,
rgba(${_color}, 0.03) 22.94%,
rgba(${_color}, 0) 94.62%
rgba(${_color}, 0.03) 30%,
rgba(${_color}, 0) 80%
)`;
};