Skip to content

Commit

Permalink
make default circular
Browse files Browse the repository at this point in the history
  • Loading branch information
saltyskip committed Aug 24, 2017
1 parent 4360790 commit 555686c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PKHUD/FrameView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ internal class FrameView: UIVisualEffectView {

fileprivate func commonInit() {
backgroundColor = UIColor(white: 0.8, alpha: 0.36)
layer.cornerRadius = 9.0
layer.cornerRadius = 78.0
layer.masksToBounds = true

contentView.addSubview(self.content)
Expand Down

0 comments on commit 555686c

Please sign in to comment.