Flesh out iDEAL sad path UX and address UI polish feedback.

This commit is contained in:
Cody Henthorne
2023-11-07 11:04:36 -05:00
committed by GitHub
parent cfe5ea3f9b
commit 7f2b6a874e
19 changed files with 305 additions and 122 deletions

View File

@@ -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()
}
}