diff options
author | Joffrey Bion <joffrey.bion@booking.com> | 2020-05-27 09:51:19 +0200 |
---|---|---|
committer | Joffrey Bion <joffrey.bion@booking.com> | 2020-05-27 09:51:19 +0200 |
commit | 6736cfe7f929cdda91656693335a1892bd756596 (patch) | |
tree | a1d79cba94581d962665b42d6c71a225d273ebc1 /sw-ui/src/main/kotlin | |
parent | Fix style (diff) | |
download | seven-wonders-6736cfe7f929cdda91656693335a1892bd756596.tar.gz seven-wonders-6736cfe7f929cdda91656693335a1892bd756596.tar.bz2 seven-wonders-6736cfe7f929cdda91656693335a1892bd756596.zip |
Fix coin icon z-index
Diffstat (limited to 'sw-ui/src/main/kotlin')
-rw-r--r-- | sw-ui/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/Hand.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw-ui/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/Hand.kt b/sw-ui/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/Hand.kt index 84972a2a..f4e3a477 100644 --- a/sw-ui/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/Hand.kt +++ b/sw-ui/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/Hand.kt @@ -171,7 +171,7 @@ private fun RElementBuilder<IButtonProps>.priceInfo(amount: Int) { borderRadius = size fontSize = size * 0.8 textAlign = TextAlign.center - zIndex = 5 // above all 3 buttons + zIndex = 12 // blueprintjs sets hovered buttons z-index to 11 } +"$amount" } |