🎨 style(ui): Optimize icon adaptation

This commit is contained in:
Apple\Apple
2025-05-26 22:25:38 +08:00
parent 324d938da2
commit 66bc794768
2 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ import {
IconCalendarClock,
IconChecklistStroked,
IconComment,
IconCommentStroked,
IconTerminal,
IconCreditCard,
IconGift,
IconHelpCircle,
@@ -252,7 +252,7 @@ const SiderBar = () => {
text: 'Playground',
itemKey: 'playground',
to: '/playground',
icon: <IconCommentStroked />,
icon: <IconTerminal />,
},
{
text: t('聊天'),