From 19910c5793c9dc7c34426c89a72350cb50a6a522 Mon Sep 17 00:00:00 2001 From: nielsandriesse Date: Thu, 3 Sep 2020 11:53:57 +1000 Subject: [PATCH] Fix text alignment --- Signal/src/Loki/View Controllers/LightModeSheet.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Signal/src/Loki/View Controllers/LightModeSheet.swift b/Signal/src/Loki/View Controllers/LightModeSheet.swift index c84482e71..2e9a9e3bd 100644 --- a/Signal/src/Loki/View Controllers/LightModeSheet.swift +++ b/Signal/src/Loki/View Controllers/LightModeSheet.swift @@ -20,6 +20,7 @@ final class LightModeSheet : Sheet { let explanationLabel = UILabel() explanationLabel.textColor = Colors.text explanationLabel.font = .systemFont(ofSize: Values.smallFontSize) + explanationLabel.textAlignment = .center explanationLabel.text = """ Whoops, who left the lights on?