From 885b960cc922940fc8f08007d608a2fc33f1d855 Mon Sep 17 00:00:00 2001 From: Amirmahdi Nourkazemi Date: Fri, 5 Jun 2026 10:52:35 +0330 Subject: [PATCH] style: change style --- .../components/PharmacyBottomSheet.kt | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/app/src/main/java/com/approagency/drug/presentation/components/PharmacyBottomSheet.kt b/app/src/main/java/com/approagency/drug/presentation/components/PharmacyBottomSheet.kt index 14852c5..b2e5446 100644 --- a/app/src/main/java/com/approagency/drug/presentation/components/PharmacyBottomSheet.kt +++ b/app/src/main/java/com/approagency/drug/presentation/components/PharmacyBottomSheet.kt @@ -280,7 +280,6 @@ fun PharmacyResultItem( } } if (showDetails) { - Divider(modifier = Modifier.padding(vertical = 4.dp)) when (detailState) { is PharmacyDetailState.Loading -> { @@ -296,6 +295,7 @@ fun PharmacyResultItem( Column( verticalArrangement = Arrangement.spacedBy(8.dp) ) { + HorizontalDivider(modifier = Modifier.padding(vertical = MaterialTheme.dime.xs)) // آدرس Row( verticalAlignment = Alignment.Top, @@ -333,14 +333,6 @@ fun PharmacyResultItem( ) } } - - // هشدار (اطلاعات از HTML) - Text( - text = "⚠️ دریافت دارو فقط با نسخه کامل و بصورت حضوری در محل داروخانه امکان پذیر است", - fontSize = MaterialTheme.typography.bodySmall.fontSize, - color = MaterialTheme.colorScheme.error, - modifier = Modifier.padding(top = 4.dp) - ) } } @@ -355,14 +347,6 @@ fun PharmacyResultItem( else -> {} } } - - - - Text( - text = "${pharmacy.pharmacyUrl}", - fontSize = MaterialTheme.typography.bodySmall.fontSize, - color = MaterialTheme.colorScheme.onSurface.copy(alpha = 0.6f) - ) } } } \ No newline at end of file