mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Device Verification: Fix buttons colors in dark theme
This commit is contained in:
+1
-1
@@ -111,7 +111,7 @@ final class DeviceVerificationIncomingViewController: UIViewController {
|
||||
self.description1Label.textColor = theme.textPrimaryColor
|
||||
self.description2Label.textColor = theme.textPrimaryColor
|
||||
|
||||
self.continueButton.backgroundColor = theme.backgroundColor
|
||||
self.continueButtonBackgroundView.backgroundColor = theme.backgroundColor
|
||||
theme.applyStyle(onButton: self.continueButton)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user