🎨 style(ui): Adjust the size of the icon

This commit is contained in:
Apple\Apple
2025-05-26 22:30:04 +08:00
parent 1e57317322
commit acdfd86286
2 changed files with 12 additions and 12 deletions

View File

@@ -583,7 +583,7 @@ const TokensTable = () => {
size="medium"
color="blue"
>
<IconMoneyExchangeStroked />
<IconMoneyExchangeStroked size="large" />
</Avatar>
<div>
<div className="text-sm text-gray-500">{t('当前余额')}</div>
@@ -603,7 +603,7 @@ const TokensTable = () => {
size="medium"
color="purple"
>
<IconHistogram />
<IconHistogram size="large" />
</Avatar>
<div>
<div className="text-sm text-gray-500">{t('累计消费')}</div>
@@ -623,7 +623,7 @@ const TokensTable = () => {
size="medium"
color="green"
>
<IconRotate />
<IconRotate size="large" />
</Avatar>
<div>
<div className="text-sm text-gray-500">{t('请求次数')}</div>