浏览代码

reduce corner radius of EmptyStateLabel

cyberta 3 年之前
父节点
当前提交
2f83d2b5bd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deltachat-ios/View/EmptyStateLabel.swift

+ 1 - 1
deltachat-ios/View/EmptyStateLabel.swift

@@ -7,7 +7,7 @@ class EmptyStateLabel: PaddingTextView {
         super.init()
         backgroundColor = DcColors.systemMessageBackgroundColor
         label.textColor = DcColors.systemMessageFontColor
-        layer.cornerRadius = 10
+        layer.cornerRadius = 5
         label.clipsToBounds = true
         paddingTop = 15
         paddingBottom = 15