Skip to content

Commit

Permalink
Make page indicator blue (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
KatherineInCode authored Apr 17, 2024
1 parent 8df3685 commit 63a6240
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ public enum UI {
UITextView.appearance().backgroundColor = .clear
UITextView.appearance().textContainerInset = .zero
UITextView.appearance().textContainer.lineFragmentPadding = 0

UIPageControl.appearance().currentPageIndicatorTintColor = Asset.Colors.primaryBitwarden.color
}

/// Override SwiftGen's lookup function in order to determine the language manually.
Expand Down

0 comments on commit 63a6240

Please sign in to comment.