mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-28 05:04:48 +00:00
Section: shrink icon-to-text spacing to 5dp (-3dp from previous 8dp)
This commit is contained in:
+1
-1
@@ -343,7 +343,7 @@ fun SectionBottomSpacer() {
|
||||
|
||||
@Composable
|
||||
fun TextIconSpaced(extraPadding: Boolean = false) {
|
||||
Spacer(Modifier.padding(horizontal = if (extraPadding) 17.dp else DEFAULT_PADDING_HALF - 2.dp))
|
||||
Spacer(Modifier.padding(horizontal = if (extraPadding) 17.dp else 5.dp))
|
||||
}
|
||||
|
||||
@Composable
|
||||
|
||||
Reference in New Issue
Block a user