mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
feat: completely migrate from DeprecatedThemeColors to Antd semantic tokens (#34732)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
committed by
GitHub
parent
31e2143c84
commit
1f482b42eb
@@ -266,7 +266,7 @@ export default function downloadAsImageOptimized(
|
||||
: true;
|
||||
|
||||
const dataUrl = await domToImage.toJpeg(clone, {
|
||||
bgcolor: theme?.colors.grayscale.light4,
|
||||
bgcolor: theme?.colorBgContainer,
|
||||
filter,
|
||||
quality: IMAGE_DOWNLOAD_QUALITY,
|
||||
height: clone.scrollHeight,
|
||||
|
||||
Reference in New Issue
Block a user