Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_sdk_framework
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Manos Chorianopoulos
2023-04-26 17:15:54 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7c8447c8f37f9b7d699983635bd57f61d605ed2b
7c8447c8
1 parent
d65386f3
history item ui fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
SwiftWarplyFramework/SwiftWarplyFramework/AnalysisItemViewCell.swift
SwiftWarplyFramework/SwiftWarplyFramework/AnalysisItemViewCell.swift
View file @
7c8447c
...
...
@@ -47,7 +47,8 @@ class AnalysisItemViewCell: UITableViewCell {
priceLabel
.
textColor
=
UIColor
(
rgb
:
0x212121
)
// subtitle
subtitleLabel
.
textColor
=
UIColor
(
rgb
:
0x9D9D9C
)
// subtitleLabel.textColor = UIColor(rgb: 0x9D9D9C)
subtitleLabel
.
textColor
=
UIColor
(
rgb
:
0x212121
)
}
}
...
...
Please
register
or
login
to post a comment