diff --git a/shieldlib/src/shield_helper.ts b/shieldlib/src/shield_helper.ts index d6da83d26..8518f7803 100644 --- a/shieldlib/src/shield_helper.ts +++ b/shieldlib/src/shield_helper.ts @@ -217,7 +217,7 @@ export function triangleDownShield( rectWidth: number ): Partial { textColor = textColor ?? strokeColor; - radius = radius ?? 2; + radius = radius ?? 3; return { shapeBlank: { @@ -232,10 +232,10 @@ export function triangleDownShield( }, textLayout: textConstraint("triangleDown"), padding: { - left: 1, - right: 1, - top: 2, - bottom: 1, + left: 0, + right: 0, + top: 3, + bottom: 0, }, textColor, };