Skip to content

Commit 12b52d1

Browse files
Change tonal elevation to deafult (0.dp) of the bottom sheet (#659)
1 parent ed8c877 commit 12b52d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gravatar-quickeditor/src/main/java/com/gravatar/quickeditor/ui/editor/bottomsheet/GravatarQuickEditorBottomSheet.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,6 @@ private fun GravatarModalBottomSheet(
317317
hasFocus = state.hasFocus
318318
}
319319
.fillMaxWidth(),
320-
tonalElevation = 1.dp,
321320
) {
322321
Column(
323322
horizontalAlignment = Alignment.CenterHorizontally,

0 commit comments

Comments
 (0)