diff --git a/14-rock-paper-scissors/src/main/resources/templates/index.html b/14-rock-paper-scissors/src/main/resources/templates/index.html index aefb2fc..6701159 100644 --- a/14-rock-paper-scissors/src/main/resources/templates/index.html +++ b/14-rock-paper-scissors/src/main/resources/templates/index.html @@ -86,9 +86,9 @@ --translation: 50%; position: absolute; " - th:style="| --diameter: ${choiceBadgeData.c.diameter}; - --bg-dark: ${choiceBadgeData.c.bgDark}; - --bg-bright: ${choiceBadgeData.c.bgBright}; + th:style="| --diameter: ${choiceBadgeData.s.diameter}; + --bg-dark: ${choiceBadgeData.s.bgDark}; + --bg-bright: ${choiceBadgeData.s.bgBright}; ${choiceBadgeData.p.toStyle}; |" >