Skip to content

Commit

Permalink
T18766243: fix barbutton tint color
Browse files Browse the repository at this point in the history
(cherry picked from commit 6597198)
  • Loading branch information
jnavarrom committed Oct 24, 2024
1 parent 809e134 commit 5322cbc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ final class SlideShowViewController: UIViewController, ViewType {
private func setNavigationAndToolbarColor() {
bottomBarBackground.backgroundColor = TokenColors.Background.surface1
statusBarBackground.backgroundColor = TokenColors.Background.surface1
btnPlay.tintColor = TokenColors.Icon.primary
slideShowOptionButton.tintColor = TokenColors.Icon.primary
}

private func adjustHeightOfTopAndBottomView() {
Expand Down

0 comments on commit 5322cbc

Please sign in to comment.