Adapt UI with respect to Dark Mode
This commit is contained in:
parent
35bac7260b
commit
414e31cba3
7 changed files with 24 additions and 25 deletions
|
|
@ -119,6 +119,7 @@ class LabelTableViewCell: UITableViewCell {
|
|||
if type == .password {
|
||||
if cellData?.content.isEmpty == false {
|
||||
contentLabel.text = Globals.passwordDots
|
||||
contentLabel.textColor = Globals.black
|
||||
} else {
|
||||
contentLabel.text = ""
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
<subviews>
|
||||
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" usesAttributedText="YES" translatesAutoresizingMaskIntoConstraints="NO" id="xHX-Sh-1pR">
|
||||
<rect key="frame" x="16" y="21" width="288" height="175"/>
|
||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
||||
<color key="backgroundColor" systemColor="secondarySystemGroupedBackgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="height" relation="greaterThanOrEqual" constant="150" id="Tvq-j8-Nvh"/>
|
||||
</constraints>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue