소스 검색

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