marinofaggiana 3 years ago
parent
commit
93633799c7
1 changed files with 1 additions and 3 deletions
  1. 1 3
      iOSClient/UserStatus/NCUserStatus.swift

+ 1 - 3
iOSClient/UserStatus/NCUserStatus.swift

@@ -288,9 +288,7 @@ class NCUserStatus: UIViewController {
             appearance.backgroundColor = .white
             appearance.textColor = .black
         }
-        appearance.cornerRadius = 0
-        appearance.shadowColor = UIColor(white: 0.5, alpha: 1)
-        appearance.shadowOpacity = 0.9
+        appearance.cornerRadius = 5
         appearance.shadowRadius = 0
         appearance.animationEntranceOptions = .transitionCurlUp
         appearance.animationduration = 0.25