fix: brandIconExploreMaxWidth从150改90适配移动端不超宽
This commit is contained in:
parent
b55d517d66
commit
2d4f3bcf8f
|
|
@ -156,7 +156,7 @@ const defaultTheme = {
|
||||||
transitionTiming: 0.3,
|
transitionTiming: 0.3,
|
||||||
gridUnit: 4,
|
gridUnit: 4,
|
||||||
brandIconMaxWidth: 37,
|
brandIconMaxWidth: 37,
|
||||||
brandIconExploreMaxWidth: 150,
|
brandIconExploreMaxWidth: 90,
|
||||||
};
|
};
|
||||||
|
|
||||||
export type SupersetTheme = typeof defaultTheme;
|
export type SupersetTheme = typeof defaultTheme;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue