From 49fc6ab4741c34ca2a8dc180b997fa6959bfd11c Mon Sep 17 00:00:00 2001 From: "Apple\\Apple" Date: Wed, 4 Jun 2025 21:39:04 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20style:=20update=20ModelPricing?= =?UTF-8?q?=20card=20with=20IconLayers=20and=20larger=20icon=20size?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace the main card icon in ModelPricing component with IconLayers to better represent the model catalog functionality. Increase icon size from 'large' to 'extra-large' for improved visibility and visual hierarchy. This change enhances the user interface by using more appropriate iconography and giving the primary navigation elements greater emphasis. --- web/src/components/table/ModelPricing.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/table/ModelPricing.js b/web/src/components/table/ModelPricing.js index 66e7c1af..ef7d0176 100644 --- a/web/src/components/table/ModelPricing.js +++ b/web/src/components/table/ModelPricing.js @@ -24,7 +24,7 @@ import { IconSearch, IconCopy, IconInfoCircle, - IconCrown, + IconLayers, } from '@douyinfe/semi-icons'; import { UserContext } from '../../context/User/index.js'; import { AlertCircle } from 'lucide-react'; @@ -534,7 +534,7 @@ const ModelPricing = () => {
- +