Skip to content

Commit 12174d8

Browse files
authored
SES-4549 : Settings menu icons are blown out of proportion (#1499)
1 parent 8c43af7 commit 12174d8

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/java/org/thoughtcrime/securesms/ui/theme

1 file changed

+1
-1
lines changed

app/src/main/java/org/thoughtcrime/securesms/ui/theme/Dimensions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ data class Dimensions(
3232
val iconSmall: Dp = 20.dp,
3333
val iconMedium: Dp = 24.dp,
3434
val iconMediumAvatar: Dp = 26.dp,
35-
val iconRowItem: Dp = 32.dp,
35+
val iconRowItem: Dp = 24.dp,
3636
val iconLargeAvatar: Dp = 36.dp,
3737
val iconLarge: Dp = 46.dp,
3838
val iconXLarge: Dp = 60.dp,

0 commit comments

Comments
 (0)