mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Flesh out iDEAL sad path UX and address UI polish feedback.
This commit is contained in:
@@ -25,7 +25,7 @@ abstract class ComposeBottomSheetDialogFragment : FixedRoundedCornerBottomSheetD
|
||||
SignalTheme(
|
||||
isDarkMode = isDarkTheme()
|
||||
) {
|
||||
Surface(shape = RoundedCornerShape(18.dp, 18.dp)) {
|
||||
Surface(shape = RoundedCornerShape(18.dp, 18.dp), color = SignalTheme.colors.colorSurface1) {
|
||||
SheetContent()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user