mirror of
https://github.com/apache/superset.git
synced 2026-04-18 07:35:09 +00:00
fix(chart): Fixes BigNumber gradient appearing blackish in light mode (#35527)
This commit is contained in:
@@ -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,
|
||||
},
|
||||
]),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user