From 2d4f3bcf8f8ccf3cf2bfc16687f655f418d83cd8 Mon Sep 17 00:00:00 2001 From: FutureMeng Date: Wed, 12 Mar 2025 11:06:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20brandIconExploreMaxWidth=E4=BB=8E150?= =?UTF-8?q?=E6=94=B990=E9=80=82=E9=85=8D=E7=A7=BB=E5=8A=A8=E7=AB=AF?= =?UTF-8?q?=E4=B8=8D=E8=B6=85=E5=AE=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- superset-frontend/packages/superset-ui-core/src/style/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/packages/superset-ui-core/src/style/index.tsx b/superset-frontend/packages/superset-ui-core/src/style/index.tsx index e71960bf2..b1fc47cc1 100644 --- a/superset-frontend/packages/superset-ui-core/src/style/index.tsx +++ b/superset-frontend/packages/superset-ui-core/src/style/index.tsx @@ -156,7 +156,7 @@ const defaultTheme = { transitionTiming: 0.3, gridUnit: 4, brandIconMaxWidth: 37, - brandIconExploreMaxWidth: 150, + brandIconExploreMaxWidth: 90, }; export type SupersetTheme = typeof defaultTheme;