Skip to content

Commit

Permalink
Changed bgcolor to use correct gray
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndsiWilliams committed Nov 2, 2022
1 parent a0f8f3d commit 34ab7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/utils/downloadAsImage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default function downloadAsImage(
return domToImage
.toJpeg(elementToPrint, {
quality: 0.95,
bgcolor: supersetTheme.colors.primary.light3,
bgcolor: supersetTheme.colors.grayscale.light4,
filter,
})
.then(dataUrl => {
Expand Down

0 comments on commit 34ab7e7

Please sign in to comment.