mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-26 09:44:55 +00:00
Appearance: drop redundant 10dp spacer between Apply-to row and wallpaper preview
Before section facelift the spacer separated the Apply-to row from the wallpaper preview block visually. With the new 2dp item divider drawing under the Apply-to row that separation is already provided, and the spacer leaves an awkward white gap between the divider and the preview. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
-1
@@ -523,7 +523,6 @@ object AppearanceScope {
|
||||
SectionView(stringResource(MR.strings.settings_section_title_themes)) {
|
||||
Spacer(Modifier.height(DEFAULT_PADDING_HALF))
|
||||
ThemeDestinationPicker(themeUserDestination)
|
||||
Spacer(Modifier.height(DEFAULT_PADDING_HALF))
|
||||
|
||||
val importWallpaperLauncher = rememberFileChooserLauncher(true) { to: URI? ->
|
||||
if (to != null) onImport(to)
|
||||
|
||||
Reference in New Issue
Block a user