Visual improvements

This commit is contained in:
Ali
2023-10-26 01:41:01 +04:00
parent 5957555813
commit c0da8fb404
2 changed files with 40 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ public final class ContextMenuContainerNode: ASDisplayNode {
self.containerNode.view.addSubview(effectView)
self.effectView = effectView
} else {
self.containerNode.backgroundColor = isDark ? UIColor(rgb: 0x8c8e8e) : UIColor(rgb: 0xF8F8F6)
self.containerNode.backgroundColor = isDark ? UIColor(rgb: 0x2f2f2f) : UIColor(rgb: 0xF8F8F6)
}
self.layer.shadowColor = UIColor.black.cgColor