Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight committed Nov 14, 2024
1 parent 82d63df commit ed478f5
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,14 @@ public class SentryUserFeedbackThemeConfiguration: NSObject {

/**
* Outline corner radius for form input elements.
* - note: Default: `5`
* - note: Default: `5`.
*/
public var cornerRadius: CGFloat = 5

/**
* The thickness of the outline.
* - note: Default: `0.5`.
*/
public var outlineWidth: CGFloat = 0.5

public init(outlineColor: UIColor = UIColor(white: 204 / 255, alpha: 1), cornerRadius: CGFloat = 5, outlineWidth: CGFloat = 0.5) {
Expand Down

0 comments on commit ed478f5

Please sign in to comment.