pref: ModalSheet 背景颜色
This commit is contained in:
parent
11a3665732
commit
3fcf8548a8
|
|
@ -352,7 +352,8 @@ class MainActivityV2 : BaseComposeActivity() {
|
|||
) {
|
||||
ModalBottomSheetLayout(
|
||||
bottomSheetNavigator = bottomSheetNavigator,
|
||||
sheetShape = RoundedCornerShape(topStart = 12.dp, topEnd = 12.dp)
|
||||
sheetShape = RoundedCornerShape(topStart = 12.dp, topEnd = 12.dp),
|
||||
sheetBackgroundColor = ExtendedTheme.colors.windowBackground,
|
||||
) {
|
||||
DestinationsNavHost(
|
||||
navController = navController,
|
||||
|
|
|
|||
|
|
@ -758,7 +758,7 @@ fun ThreadPage(
|
|||
ModalBottomSheetLayout(
|
||||
sheetState = bottomSheetState,
|
||||
sheetShape = RoundedCornerShape(topStart = 12.dp, topEnd = 12.dp),
|
||||
sheetBackgroundColor = ExtendedTheme.colors.background,
|
||||
sheetBackgroundColor = ExtendedTheme.colors.windowBackground,
|
||||
sheetContent = {
|
||||
ThreadMenu(
|
||||
isSeeLz = isSeeLz,
|
||||
|
|
|
|||
Loading…
Reference in New Issue