android: show price in buy button

This commit is contained in:
Kavish Devar
2026-04-23 18:45:00 +05:30
parent ae174bc9ea
commit f6d7e97796
2 changed files with 2 additions and 2 deletions
@@ -459,7 +459,7 @@ fun PurchaseScreen(
tint = if (isSystemInDarkTheme()) Color(0xFF916100) else Color(0xFFE59900)
) {
Text(
stringResource(R.string.buy),
stringResource(R.string.buy_price, state.price),
style = TextStyle(
fontSize = 16.sp,
fontWeight = FontWeight.Medium,