You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
The text was updated successfully, but these errors were encountered: