mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Emoji improvements
This commit is contained in:
parent
095b9d5058
commit
680e56bc7b
38 changed files with 1201 additions and 586 deletions
|
|
@ -13,6 +13,12 @@ import PasscodeInputFieldNode
|
|||
import MonotonicTime
|
||||
import GradientBackground
|
||||
|
||||
private extension CGRect {
|
||||
var center: CGPoint {
|
||||
return CGPoint(x: self.midX, y: self.midY)
|
||||
}
|
||||
}
|
||||
|
||||
private let titleFont = Font.regular(20.0)
|
||||
private let subtitleFont = Font.regular(15.0)
|
||||
private let buttonFont = Font.regular(17.0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue