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