Skip to content

Commit

Permalink
Fix label
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii committed Aug 4, 2021
1 parent 822716c commit 49ba7a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions StorybookKit/Primitives/BookPush.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public struct BookPush: BookViewRepresentableType {

self.pushButton.setTitle(title + "➡️", for: .normal)
self.pushButton.titleLabel?.font = .boldSystemFont(ofSize: 18)
self.pushButton.titleLabel?.numberOfLines = 0
if #available(iOS 13.0, *) {
self.pushButton.tintColor = .label
} else {
Expand Down

0 comments on commit 49ba7a5

Please sign in to comment.