summaryrefslogtreecommitdiffhomepage
path: root/ios
diff options
context:
space:
mode:
Diffstat (limited to 'ios')
-rw-r--r--ios/MullvadVPN/View controllers/ChangeLog/BulletPointText.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/View controllers/ChangeLog/BulletPointText.swift b/ios/MullvadVPN/View controllers/ChangeLog/BulletPointText.swift
index a6345236a5..e3dac0fbb1 100644
--- a/ios/MullvadVPN/View controllers/ChangeLog/BulletPointText.swift
+++ b/ios/MullvadVPN/View controllers/ChangeLog/BulletPointText.swift
@@ -12,7 +12,7 @@ struct BulletPointText: View {
let bullet = "•"
var body: some View {
- HStack {
+ HStack(alignment: .firstTextBaseline) {
Text(bullet)
.font(.body)
.foregroundColor(UIColor.secondaryTextColor.color)