diff options
Diffstat (limited to 'sw-ui-kt/src/main/kotlin')
-rw-r--r-- | sw-ui-kt/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/ProductionBar.kt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw-ui-kt/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/ProductionBar.kt b/sw-ui-kt/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/ProductionBar.kt index f435a572..773e9835 100644 --- a/sw-ui-kt/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/ProductionBar.kt +++ b/sw-ui-kt/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/ProductionBar.kt @@ -131,7 +131,6 @@ private fun getTokenName(resourceType: ResourceType)= "resources/${resourceType. private fun CSSBuilder.productionBarStyle() { alignItems = Align.center - // background = "lightgray" background = "linear-gradient(#eaeaea, #888 7%)" bottom = 0.px borderTop(width = 1.px, color = Color("#8b8b8b"), style = BorderStyle.solid) |