Skip to content

Commit 8d15499

Browse files
committed
SES-4470 - account id font size
1 parent c81e67c commit 8d15499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/org/thoughtcrime/securesms/conversation/v2/settings/ConversationSettingsScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ fun ConversationSettings(
215215
},
216216
text = data.displayAccountId,
217217
textAlign = TextAlign.Center,
218-
style = LocalType.current.base.monospace(),
218+
style = LocalType.current.xl.monospace(),
219219
color = LocalColors.current.text
220220
)
221221
}

0 commit comments

Comments
 (0)