fix: brandIconExploreMaxWidth从150改90适配移动端不超宽

This commit is contained in:
FutureMeng 2025-03-12 11:06:51 +08:00
parent b55d517d66
commit 2d4f3bcf8f
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ const defaultTheme = {
transitionTiming: 0.3,
gridUnit: 4,
brandIconMaxWidth: 37,
brandIconExploreMaxWidth: 150,
brandIconExploreMaxWidth: 90,
};
export type SupersetTheme = typeof defaultTheme;