UI improvements

This commit is contained in:
Ali
2023-01-20 21:01:06 +04:00
parent 263778c906
commit 40f948d9b9
12 changed files with 206 additions and 115 deletions

View File

@@ -80,7 +80,7 @@ private final class BottomPanelIconComponent: Component {
self.component = component
let textInset: CGFloat = 18.0
let textInset: CGFloat = 12.0
let textSize = self.contentView.image?.size ?? CGSize()
let size = CGSize(width: textSize.width + textInset * 2.0, height: 28.0)