|
@@ -186,7 +186,7 @@ const createPoster = async () => {
|
|
|
const tagWidth = context.measureText(truncatedTag).width + 2 * tagPaddingLeftRight
|
|
|
const tagX = x + (secondImgWidth - tagWidth) / 2
|
|
|
|
|
|
- context.fillStyle = '#246a6c'
|
|
|
+ context.fillStyle = '#00B760'
|
|
|
context.beginPath()
|
|
|
context.moveTo(tagX + tagRadius, tagY)
|
|
|
context.lineTo(tagX + tagWidth - tagRadius, tagY)
|