diff --git a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/helpers/Section.kt b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/helpers/Section.kt index 37e8cb4a91..0c629af56f 100644 --- a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/helpers/Section.kt +++ b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/helpers/Section.kt @@ -28,8 +28,8 @@ import chat.simplex.common.views.usersettings.SettingsActionItemWithContent import chat.simplex.res.MR private val SectionCardShape = RoundedCornerShape(16.dp) -val CARD_PADDING = 16.dp -val ICON_TEXT_SPACING = CARD_PADDING / 2 +val CARD_PADDING = 18.dp +val ICON_TEXT_SPACING = 8.dp internal val LocalInCard = staticCompositionLocalOf { false }