diff --git a/VDS/Components/BadgeIndicator/BadgeIndicator.swift b/VDS/Components/BadgeIndicator/BadgeIndicator.swift index a1d7fed1..ad64cf7b 100644 --- a/VDS/Components/BadgeIndicator/BadgeIndicator.swift +++ b/VDS/Components/BadgeIndicator/BadgeIndicator.swift @@ -368,7 +368,7 @@ open class BadgeIndicator: View { let frame = badgeView.frame //default calculation if a dotSize isn't given - var dot: CGFloat = frame.width * 0.1875 + var dot: CGFloat = frame.height * 0.1875 if let dotSize, dotSize < frame.width, dotSize < frame.height { dot = dotSize }