Skip to content

Commit

Permalink
Fix more button color in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Jan 10, 2025
1 parent 0ea86d8 commit f26b3e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ private final class ReaderPostCellView: UIView {
imageView.layer.masksToBounds = true
imageView.contentMode = .scaleAspectFill

buttonMore.configuration?.baseForegroundColor = UIColor.opaqueSeparator
buttonMore.configuration?.baseForegroundColor = UIColor.secondaryLabel.withAlphaComponent(0.5)
buttonMore.configuration?.contentInsets = .init(top: 12, leading: 8, bottom: 12, trailing: 20)
}

Expand Down

0 comments on commit f26b3e3

Please sign in to comment.