diff --git a/Classes/Issues/Comments/Html/IssueCommentHtmlCell.swift b/Classes/Issues/Comments/Html/IssueCommentHtmlCell.swift
index 3d6726838..2c71d8d5f 100644
--- a/Classes/Issues/Comments/Html/IssueCommentHtmlCell.swift
+++ b/Classes/Issues/Comments/Html/IssueCommentHtmlCell.swift
@@ -45,6 +45,7 @@ final class IssueCommentHtmlCell: IssueCommentBaseCell, ListBindable, UIWebViewD
color: #\(Styles.Colors.Gray.dark);
padding: \(Styles.Sizes.columnSpacing)px 0 0;
margin: 0;
+ background-color: #ffffff;
}
* { font-family: -apple-system; font-size: \(Styles.Text.body.preferredFont.pointSize)px; }
b, strong{font-weight: \(Styles.Sizes.HTML.boldWeight);}
@@ -121,7 +122,7 @@ final class IssueCommentHtmlCell: IssueCommentBaseCell, ListBindable, UIWebViewD
override init(frame: CGRect) {
super.init(frame: frame)
- webView.backgroundColor = .clear
+ webView.backgroundColor = .white
webView.delegate = self
webView.scrollView.bounces = false
diff --git a/Resources/Assets.xcassets/splash_branches.imageset/Contents.json b/Resources/Assets.xcassets/splash_branches.imageset/Contents.json
index 6eee64548..7a89710ec 100644
--- a/Resources/Assets.xcassets/splash_branches.imageset/Contents.json
+++ b/Resources/Assets.xcassets/splash_branches.imageset/Contents.json
@@ -1,5 +1,9 @@
{
"images" : [
+ {
+ "idiom" : "universal",
+ "scale" : "1x"
+ },
{
"idiom" : "universal",
"filename" : "splash_branches@2x.png",