From e2646c42fe1d20d624f8277f41da62f72b60ab45 Mon Sep 17 00:00:00 2001 From: AnirudhBhat Date: Fri, 13 Dec 2024 10:01:34 +0530 Subject: [PATCH] Make error title bold --- .../composeui/component/WooPosPaginationErrorIndicator.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,