mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
Dark theme - Improvements
- some hairlines being too bright - fading behind dialog modals being white rather than dark - grey highlight bar in room list being too light (i think)?
This commit is contained in:
@@ -34,6 +34,8 @@
|
||||
@property (nonatomic) BOOL sendLogs;
|
||||
@property (nonatomic) BOOL sendScreenshot;
|
||||
|
||||
@property (weak, nonatomic) IBOutlet UIView *overlayView;
|
||||
|
||||
@end
|
||||
|
||||
@implementation BugReportViewController
|
||||
@@ -138,6 +140,9 @@
|
||||
self.defaultBarTintColor = kRiotSecondaryBgColor;
|
||||
self.barTitleColor = kRiotPrimaryTextColor;
|
||||
|
||||
self.overlayView.backgroundColor = kRiotOverlayColor;
|
||||
self.overlayView.alpha = 1.0;
|
||||
|
||||
self.containerView.backgroundColor = kRiotPrimaryBgColor;
|
||||
self.sendingContainer.backgroundColor = kRiotPrimaryBgColor;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user