style: btn sheet color

This commit is contained in:
2026-06-07 22:35:44 +03:30
parent b46cd5b40c
commit d1718793d9
@@ -1,5 +1,6 @@
package com.approagency.pharmacy.presentation.common package com.approagency.pharmacy.presentation.common
import androidx.compose.foundation.background
import androidx.compose.foundation.layout.Box import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.fillMaxWidth import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.shape.RoundedCornerShape import androidx.compose.foundation.shape.RoundedCornerShape
@@ -25,6 +26,7 @@ fun CustomModalBottomSheet(
}, },
sheetState = sheetState, sheetState = sheetState,
modifier = modifier, modifier = modifier,
containerColor = MaterialTheme.colorScheme.surface,
shape = RoundedCornerShape(topStart = MaterialTheme.dime.lg, topEnd = MaterialTheme.dime.lg) shape = RoundedCornerShape(topStart = MaterialTheme.dime.lg, topEnd = MaterialTheme.dime.lg)
) { ) {
Box( Box(