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

View File

@ -45,7 +45,7 @@ struct ChipSelectorView: View {
} }
} }
.padding(.horizontal) .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) .scrollIndicators(.hidden)
.onChange(of: balance) { _, newBalance in .onChange(of: balance) { _, newBalance in