Skip to content

Commit f8de3d5

Browse files
authored
Merge pull request #13589 from woocommerce/issue/13588-update-pos-empty-screen-font-size
Update font size of variations empty screen to match designs
2 parents 1697e1d + 7d61b92 commit f8de3d5

File tree

1 file changed

+2
-2
lines changed
  • WooCommerce/src/main/kotlin/com/woocommerce/android/ui/woopos/home/items

1 file changed

+2
-2
lines changed

WooCommerce/src/main/kotlin/com/woocommerce/android/ui/woopos/home/items/WooPosItemsList.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -374,8 +374,8 @@ fun ItemsEmptyList(
374374

375375
WooPosText(
376376
text = message,
377-
style = WooPosTypography.BodyXLarge,
378-
fontWeight = FontWeight.Bold,
377+
style = WooPosTypography.BodyLarge,
378+
fontWeight = FontWeight.Normal,
379379
textAlign = TextAlign.Center
380380
)
381381

0 commit comments

Comments
 (0)