Skip to content

Commit

Permalink
change background to surface for bottomsheet
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Scherzinger <[email protected]>
  • Loading branch information
AndyScherzinger committed Oct 31, 2023
1 parent 302887e commit 232d1a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class GalleryFragmentBottomSheetDialog(
}

private fun setupLayout() {
viewThemeUtils.platform.colorViewBackground(binding.bottomSheet, ColorRole.SURFACE_VARIANT)
viewThemeUtils.platform.colorViewBackground(binding.bottomSheet, ColorRole.SURFACE)

listOf(
binding.tickMarkShowImages,
Expand Down

0 comments on commit 232d1a9

Please sign in to comment.