mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
Utilize fixed rounded corner sheet for recipients fragment.
This commit is contained in:
committed by
Greyson Parrelli
parent
c8f801da83
commit
329389bb41
@@ -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
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user