From 570aee5fe6b6bc29d6c9463625ce5c0412d035b9 Mon Sep 17 00:00:00 2001
From: HyaCinth <88471803+HyaCiovo@users.noreply.github.com>
Date: Fri, 25 Jul 2025 10:30:52 +0800
Subject: [PATCH] fix: Optimize AppInfo component styles and fix CustomizeModal
step display (#22930) (#22935)
---
web/app/components/app-sidebar/app-info.tsx | 2 +-
web/app/components/app/overview/customize/index.tsx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/web/app/components/app-sidebar/app-info.tsx b/web/app/components/app-sidebar/app-info.tsx
index c35047bbc5..58c9f7e5ca 100644
--- a/web/app/components/app-sidebar/app-info.tsx
+++ b/web/app/components/app-sidebar/app-info.tsx
@@ -322,7 +322,7 @@ const AppInfo = ({ expand, onlyShowDetail = false, openState = false, onDetailEx
className='flex flex-1 flex-col gap-2 overflow-auto px-2 py-1'
/>