Update text spacing on donations page.

This commit is contained in:
Alex Hart
2022-11-04 14:28:37 -03:00
committed by Cody Henthorne
parent a2415261bd
commit 513228b366

View File

@@ -235,6 +235,8 @@ class DonateToSignalFragment : DSLSettingsFragment(
customPref(BadgePreview.BadgeModel.SubscriptionModel(state.badge))
space(12.dp)
noPadTextPref(
title = DSLSettingsText.from(
R.string.DonateToSignalFragment__powered_by,
@@ -243,6 +245,8 @@ class DonateToSignalFragment : DSLSettingsFragment(
)
)
space(8.dp)
noPadTextPref(
title = DSLSettingsText.from(supportTechSummary, DSLSettingsText.CenterModifier)
)