Utilize fixed rounded corner sheet for recipients fragment.

This commit is contained in:
Alex Hart
2025-10-20 14:28:57 -03:00
committed by Greyson Parrelli
parent c8f801da83
commit 329389bb41
7 changed files with 25 additions and 19 deletions

View File

@@ -28,7 +28,7 @@ abstract class ComposeBottomSheetDialogFragment : FixedRoundedCornerBottomSheetD
isDarkMode = forceDarkTheme || DynamicTheme.isDarkTheme(LocalContext.current)
) {
Surface(
shape = RoundedCornerShape(18.dp, 18.dp),
shape = RoundedCornerShape(cornerRadius.dp, cornerRadius.dp),
color = SignalTheme.colors.colorSurface1,
contentColor = MaterialTheme.colorScheme.onSurface
) {