diff options
| author | Jon Petersson <jon.petersson@mullvad.net> | 2025-08-05 09:47:48 +0200 |
|---|---|---|
| committer | Jon Petersson <jon.petersson@mullvad.net> | 2025-08-06 09:40:18 +0200 |
| commit | ff45dcddb7f23825ceb01d759e8a7fe4d654ec15 (patch) | |
| tree | 1aaafe8558334355070d657c65e099190b8aaf6e /ios | |
| parent | 61ee781ea44c8910197ad8a928739f582869b2d6 (diff) | |
| download | mullvadvpn-ff45dcddb7f23825ceb01d759e8a7fe4d654ec15.tar.xz mullvadvpn-ff45dcddb7f23825ceb01d759e8a7fe4d654ec15.zip | |
Fix changelog bullet alignment
Diffstat (limited to 'ios')
| -rw-r--r-- | ios/MullvadVPN/View controllers/ChangeLog/BulletPointText.swift | 2 |
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) |
