Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>

This commit is contained in:
Matt Bruce 2025-12-16 18:15:49 -06:00
parent 884bc988f6
commit 7913cb2d45
2 changed files with 6 additions and 2 deletions

View File

@ -213,6 +213,7 @@
},
"BANKER WINS" : {
"comment" : "Result banner text when banker wins.",
"extractionState" : "stale",
"localizations" : {
"en" : {
"stringUnit" : {
@ -779,6 +780,7 @@
},
"PLAYER WINS" : {
"comment" : "Result banner text when player wins.",
"extractionState" : "stale",
"localizations" : {
"en" : {
"stringUnit" : {
@ -960,6 +962,7 @@
},
"tableLimitsFormat" : {
"comment" : "Format string for table limits display. First argument is min bet, second is max bet.",
"extractionState" : "stale",
"localizations" : {
"en" : {
"stringUnit" : {
@ -1036,6 +1039,7 @@
},
"TIE GAME" : {
"comment" : "Result banner text when the game is a tie.",
"extractionState" : "stale",
"localizations" : {
"en" : {
"stringUnit" : {

View File

@ -45,7 +45,7 @@ struct ChipSelectorView: View {
}
}
.padding(.horizontal)
.padding(.vertical, Design.Spacing.xSmall) // Extra padding for selection scale effect
.padding(.vertical, Design.Spacing.small) // Extra padding for selection scale effect (1.1x)
}
.scrollIndicators(.hidden)
.onChange(of: balance) { _, newBalance in