Update background of show icon images to be secondary color of basic blocks. Add update script. (#1303)
This commit is contained in:
committed by
Peli de Halleux
parent
6ffd8aeea0
commit
d8d3d70511
@ -267,7 +267,7 @@ Object.keys(icons).forEach(icon => {
|
||||
const x = j * (width / 5);
|
||||
const y = i * (height / 5);
|
||||
svg += `<rect y="0" x="0" width="25" height="25" rx="5" transform="translate(${x},${y})"
|
||||
style="${hexItemVal ? 'fill:#fff;' : 'fill: #fff; fill-opacity:0;'}"/>\n`;
|
||||
style="${hexItemVal ? 'fill:#fff;' : 'fill: #4DA1E3;'}"/>\n`; //#006CC2
|
||||
}
|
||||
}
|
||||
svg += `</svg>`;
|
||||
|
Reference in New Issue
Block a user