diff --git a/app/src/main/java/com/approagency/pharmacy/presentation/common/CustomBottonSheet.kt b/app/src/main/java/com/approagency/pharmacy/presentation/common/CustomBottonSheet.kt index 9bd5986..3cfdec8 100644 --- a/app/src/main/java/com/approagency/pharmacy/presentation/common/CustomBottonSheet.kt +++ b/app/src/main/java/com/approagency/pharmacy/presentation/common/CustomBottonSheet.kt @@ -1,5 +1,6 @@ package com.approagency.pharmacy.presentation.common +import androidx.compose.foundation.background import androidx.compose.foundation.layout.Box import androidx.compose.foundation.layout.fillMaxWidth import androidx.compose.foundation.shape.RoundedCornerShape @@ -25,6 +26,7 @@ fun CustomModalBottomSheet( }, sheetState = sheetState, modifier = modifier, + containerColor = MaterialTheme.colorScheme.surface, shape = RoundedCornerShape(topStart = MaterialTheme.dime.lg, topEnd = MaterialTheme.dime.lg) ) { Box(