mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-21 13:26:09 +00:00
card item paddings
This commit is contained in:
+2
-2
@@ -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 }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user