fix(chart): Fixes BigNumber gradient appearing blackish in light mode (#35527)

This commit is contained in:
Rafael Benitez
2025-10-07 13:43:51 -03:00
committed by GitHub
parent 89932fa0b2
commit f7b9d7a64b

View File

@@ -80,6 +80,7 @@ export default function transformProps(
rawFormData,
hooks,
inContextMenu,
theme,
datasource: { currencyFormats = {}, columnFormats = {} },
} = chartProps;
const {
@@ -280,7 +281,7 @@ export default function transformProps(
},
{
offset: 1,
color: 'transparent',
color: theme.colorBgContainer,
},
]),
},