From 75c007e8e657990f95b77e22c866fec938bc7b1d Mon Sep 17 00:00:00 2001 From: "Evgeny @ SimpleX Chat" <259188159+evgeny-simplex@users.noreply.github.com> Date: Thu, 21 May 2026 19:23:58 +0000 Subject: [PATCH] fix theme --- .../simplex/common/views/helpers/ThemeModeEditor.kt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/helpers/ThemeModeEditor.kt b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/helpers/ThemeModeEditor.kt index c641b35ca8..d1d2a3380b 100644 --- a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/helpers/ThemeModeEditor.kt +++ b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/helpers/ThemeModeEditor.kt @@ -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,