CaliCastle / PopMenu

A fully customizable popup style menu for iOS 😎
https://popmenu.cali.so
MIT License
1.6k stars 179 forks source link

Solid Background Colors Have Alpha Value of 0.9 #62

Open erginbilgin opened 3 years ago

erginbilgin commented 3 years ago

Solid background colors are used with an alpha value of 0.9 which gives incorrect color in final result. Especially visible when using white background color.

Issue occurs in PopMenuViewController.swift:278

contentView.backgroundColor = colors.first?.withAlphaComponent(0.9)