diff --git a/WooCommerce/src/main/kotlin/com/woocommerce/android/ui/woopos/common/composeui/component/WooPosPaginationErrorIndicator.kt b/WooCommerce/src/main/kotlin/com/woocommerce/android/ui/woopos/common/composeui/component/WooPosPaginationErrorIndicator.kt index 600d5d7d8e4..4385b0cb0e4 100644 --- a/WooCommerce/src/main/kotlin/com/woocommerce/android/ui/woopos/common/composeui/component/WooPosPaginationErrorIndicator.kt +++ b/WooCommerce/src/main/kotlin/com/woocommerce/android/ui/woopos/common/composeui/component/WooPosPaginationErrorIndicator.kt @@ -102,7 +102,7 @@ private fun WooPosPaginationErrorIndicatorContent( Text( text = message, style = MaterialTheme.typography.h5, - fontWeight = FontWeight.SemiBold, + fontWeight = FontWeight.Bold, ) Text( text = description,