We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aba491 commit 6761310Copy full SHA for 6761310
WooCommerce/Classes/ViewRelated/MainTabBarController.swift
@@ -212,7 +212,7 @@ private class GreenDotView: UIView {
212
let path = UIBezierPath(ovalIn: CGRect(x: rect.origin.x + borderWidth,
213
y: rect.origin.y + borderWidth,
214
width: rect.size.width - borderWidth*2,
215
- height: rect.size.width - borderWidth*2))
+ height: rect.size.height - borderWidth*2))
216
StyleManager.wooAccent.setFill()
217
path.fill()
218
0 commit comments