Skip to content

Commit 7128163

Browse files
improve description for badge
1 parent 7652036 commit 7128163

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/ComponentsKit/Components/Badge/SUBadge.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import SwiftUI
22

3-
/// A SwiftUI component that displays a badge.
3+
/// A SwiftUI component that is used to display status, notification counts, or labels.
44
public struct SUBadge: View {
55
// MARK: Properties
66

Sources/ComponentsKit/Components/Badge/UKBadge.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import AutoLayout
22
import UIKit
33

4-
/// A UIKit component that displays a badge.
4+
/// A UIKit component that is used to display status, notification counts, or labels.
55
open class UKBadge: UIView, UKComponent {
66
// MARK: - Properties
77

0 commit comments

Comments
 (0)