From 6c85cc38c27735dd317b464f61942733216e61d0 Mon Sep 17 00:00:00 2001 From: Joffrey Bion Date: Sat, 23 May 2020 02:16:02 +0200 Subject: Fix score board background --- .../main/kotlin/org/luxons/sevenwonders/ui/components/game/ScoreTable.kt | 1 + 1 file changed, 1 insertion(+) (limited to 'sw-ui/src/main/kotlin') diff --git a/sw-ui/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/ScoreTable.kt b/sw-ui/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/ScoreTable.kt index 149fd3c9..1f2709e7 100644 --- a/sw-ui/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/ScoreTable.kt +++ b/sw-ui/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/ScoreTable.kt @@ -25,6 +25,7 @@ fun RBuilder.scoreTableOverlay(scoreBoard: ScoreBoard, players: List, display = Display.flex flexDirection = FlexDirection.column alignItems = Align.center + +GameStyles.scoreBoard // loads the styles so that they can be picked up by bpCard } styledH1 { css { -- cgit