mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-27 20:26:29 +00:00
ServersSummaryView: bump Message reception custom header to 14sp to match other card titles
This commit is contained in:
+2
-2
@@ -333,7 +333,7 @@ private fun SMPSubscriptionsSection(totals: SMPTotals) {
|
||||
generalGetString(MR.strings.servers_info_subscriptions_section_header),
|
||||
color = MaterialTheme.colors.secondary,
|
||||
style = MaterialTheme.typography.body2,
|
||||
fontSize = 12.sp
|
||||
fontSize = 14.sp
|
||||
)
|
||||
SubscriptionStatusIndicatorView(totals.subs, totals.sessions.hasSess)
|
||||
}
|
||||
@@ -363,7 +363,7 @@ private fun SMPSubscriptionsSection(subs: SMPServerSubs, summary: SMPServerSumma
|
||||
generalGetString(MR.strings.servers_info_subscriptions_section_header),
|
||||
color = MaterialTheme.colors.secondary,
|
||||
style = MaterialTheme.typography.body2,
|
||||
fontSize = 12.sp
|
||||
fontSize = 14.sp
|
||||
)
|
||||
SubscriptionStatusIndicatorView(subs, summary.sessionsOrNew.hasSess)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user