Skip to content

Commit 06fdd67

Browse files
committed
reduce option text size
1 parent e4bdea1 commit 06fdd67

File tree

1 file changed

+1
-1
lines changed
  • samples/MobileBuyIntegration/app/src/main/java/com/shopify/checkout_sdk_mobile_buy_integration_sample/cart/ui

1 file changed

+1
-1
lines changed

samples/MobileBuyIntegration/app/src/main/java/com/shopify/checkout_sdk_mobile_buy_integration_sample/cart/ui/AddressSelectionScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ fun AddressOptionItem(
194194
) {
195195
Text(
196196
text = option.label,
197-
style = MaterialTheme.typography.titleMedium,
197+
style = MaterialTheme.typography.bodyLarge,
198198
color = MaterialTheme.colorScheme.onSurface
199199
)
200200

0 commit comments

Comments
 (0)