diff --git a/components/match2/wikis/clashroyale/match_summary.lua b/components/match2/wikis/clashroyale/match_summary.lua index 33990d1157b..42efe896a1c 100644 --- a/components/match2/wikis/clashroyale/match_summary.lua +++ b/components/match2/wikis/clashroyale/match_summary.lua @@ -437,7 +437,8 @@ function CustomMatchSummary._opponentCardsDisplay(args) :addClass('brkts-champion-icon') :node(CharacterIcon.Icon{ character = card, - date = date + date = date, + size = '48px' }) ) end