Skip to content

Commit 5f5ea62

Browse files
committed
Update Doc preset preview
1 parent a7029d4 commit 5f5ea62

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Assets/Readme/Miniature - Doc.svg

Lines changed: 1 addition & 1 deletion
Loading

Assets/Sketch/Presets.sketch

39 Bytes
Binary file not shown.

Example/Controllers/ViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class ViewController: UITableViewController {
66
let data: [Alert] = [
77
Alert(key: "Done", preset: .done, title: "Added to Library", subtitle: nil),
88
Alert(key: "Heart", preset: .heart, title: "Love", subtitle: "We'll recommend more like this for you"),
9-
Alert(key: "Doc", preset: .doc, title: "Documents saved", subtitle: "See in folder new file"),
9+
Alert(key: "Doc", preset: .doc, title: "Document saved", subtitle: "See in folder new file"),
1010
Alert(key: "Error", preset: .error, title: "Oops", subtitle: "Please try again later"),
1111
Alert(key: "Message", preset: nil, title: nil, subtitle: "Email required")
1212
]

0 commit comments

Comments
 (0)