You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WooCommerce/src/main/kotlin/com/woocommerce/android/ui/payments/hub/depositsummary/PaymentsHubDepositSummaryScreen.kt
+3-3
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,7 @@ private fun FundsOverview(
174
174
)
175
175
Text(
176
176
style =MaterialTheme.typography.h6,
177
-
fontWeight =FontWeight(700),
177
+
fontWeight =FontWeight.Bold,
178
178
text = currencyInfo.availableFunds,
179
179
color = colorResource(id =R.color.color_on_surface)
180
180
)
@@ -190,7 +190,7 @@ private fun FundsOverview(
190
190
)
191
191
Text(
192
192
style =MaterialTheme.typography.h6,
193
-
fontWeight =FontWeight(700),
193
+
fontWeight =FontWeight.Bold,
194
194
text = currencyInfo.pendingFunds,
195
195
color = colorResource(id =R.color.color_on_surface)
0 commit comments