[CredManUi] Use a lighter scrim color

Use the default M3 scrim color which is lighter.

Bug: 271349552
Test: manual (see bug content for screenshot)
Change-Id: Ic42b3323b22379abe0295e0cc5729cd76745cbb7
This commit is contained in:
Helen Qin
2023-03-02 01:46:28 +00:00
parent c44ba99063
commit 066759fee1

View File

@@ -505,5 +505,5 @@ object ModalBottomSheetDefaults {
*/
val scrimColor: Color
@Composable
get() = MaterialTheme.colorScheme.onSurface.copy(alpha = 0.32f)
get() = MaterialTheme.colorScheme.scrim
}