Skip to content

Commit

Permalink
Fixed issue where the navigation buttons were invisible in markdown view
Browse files Browse the repository at this point in the history
  • Loading branch information
charliescheer committed May 14, 2024
1 parent a00c2e2 commit 0691fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Simplenote/MarkdownViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ private extension MarkdownViewController {
}

func refreshStyle() {
backgroundView.fillColor = .simplenoteSecondaryBackgroundColor
backgroundView.fillColor = .clear
}

func refreshHTML() {
Expand Down

0 comments on commit 0691fd1

Please sign in to comment.