mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-21 00:21:33 +00:00
fix theme
This commit is contained in:
+10
@@ -121,6 +121,11 @@ fun ModalData.UserWallpaperEditor(
|
||||
},
|
||||
onChooseType = onChooseType
|
||||
)
|
||||
}
|
||||
|
||||
SectionDividerSpaced()
|
||||
|
||||
SectionView {
|
||||
WallpaperSetupView(
|
||||
themeModeOverride.value.type,
|
||||
CurrentColors.collectAsState().value.base,
|
||||
@@ -362,6 +367,11 @@ fun ModalData.ChatWallpaperEditor(
|
||||
}
|
||||
},
|
||||
)
|
||||
}
|
||||
|
||||
SectionDividerSpaced()
|
||||
|
||||
SectionView {
|
||||
WallpaperSetupView(
|
||||
themeModeOverride.value.type,
|
||||
CurrentColors.collectAsState().value.base,
|
||||
|
||||
Reference in New Issue
Block a user