Skip to content

Commit

Permalink
Made long description fully visible
Browse files Browse the repository at this point in the history
Fixes #192
  • Loading branch information
igor2890 authored and justin-stephenson committed Mar 4, 2022
1 parent 3372a3d commit fc9361c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FreeOTP/TokenCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ class TokenCell: UICollectionViewCell {
let view = UILabel()
view.font = .dynamicSystemFont(ofSize: 14, weight: .regular)
view.textColor = UIColor.app.secondaryText
view.numberOfLines = 0
return view
}()

Expand Down

0 comments on commit fc9361c

Please sign in to comment.