Open
Description
Issue
The badge that shows the product quantity is missing the white border when the label is more extended. This affects the following screens.
- Order creation flow
- Revamped shipping labels creation flow
Screenshots
Order creation | Create shipping label | Split shipments |
---|---|---|
![]() |
![]() |
![]() |
Expected design with the white border

Solution
I think this can be quickly fixed by adding stroke to the background view of the BadgeView with style roundedRectangle. But fixing it in a separate PR sounds good to me too.
The above solution is suggested by @itsmeichigo here.