diff --git a/VDS/Components/Badge/Badge.swift b/VDS/Components/Badge/Badge.swift index 4aaa4c6c..e61f11a9 100644 --- a/VDS/Components/Badge/Badge.swift +++ b/VDS/Components/Badge/Badge.swift @@ -65,6 +65,7 @@ public class Badge: View, Accessable { isAccessibilityElement = true accessibilityTraits = .staticText + layer.cornerRadius = 2 addSubview(label) label.pinToSuperView(.init(top: 2, left: 4, bottom: 2, right: 4))