mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Updated anchor chart background color
This commit is contained in:
parent
60568547e3
commit
a9da3b13fc
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ export default class Anchor extends Component {
|
|||
const ctxFill = canvasFill.getContext('2d');
|
||||
const gradientFill = ctxFill.createLinearGradient(0, 0, 1000, 0);
|
||||
gradientFill.addColorStop(0, 'rgba(250, 45, 142, 0.2');
|
||||
gradientFill.addColorStop(1, 'rgba(143, 66, 255, 0.02');
|
||||
gradientFill.addColorStop(1, 'rgba(143, 66, 255, 0.1');
|
||||
|
||||
return {
|
||||
labels: labels,
|
||||
|
|
Loading…
Add table
Reference in a new issue